Salve, Salve Galera!
Alguém pode dar uma pista, de como arrumar este erro?
org.hibernate.exception.SQLGrammarException: Could not execute JDBC batch update
at.org.hibernat.exception.SQLStateConverter.convert.....
.
.
.
.
Este erro acontece quando eu dou um:
session.save(aluno);
Session session = HibernateUtil.currentSession();
Transaction tx = session.beginTransaction();
session.save(aluno);
tx.commit();
HibernateUtil.closeSession();
Atn.
Dennys Fredericci