adspace


Does hibernate flush commit?

Answer Posted / Satish Kumar Yadav

No, Hibernate does not automatically flush or commit changes immediately. You can manually flush the session using the Session.flush() method. Committing a transaction is done through Transaction.commit().

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is latest hibernate version?

493