Transaction in hibernate
- 22nd Mar 2017
- 1
- 18630
- ACID properties in hibernate Transaction in hibernate Transaction in hibernate example Transaction properties why we need transactions in hibernate
What is Transacton in general? A Transaction represents a unit of work performed within the database management system against a database. We generally group the related work within one transaction so that if part of the work is failed then entire transaction should be failed. Transaction has 4 main properties (ACID) ACID stands for Atomicity,Consistency,Isolation […]