Posts by DGB • 1 point
1 post
-
0
votes2
answers106
viewsA: Hibernate: Increment from a specific value
I got it! I followed your idea and I did so: private void gerarMatricula(Aluno a) { session = HibernateUtil.getSessionFactory().openSession(); transaction = session.beginTransaction(); query =…