Good thing to know about Hibernate and transaction is that all you do as delete, update or insert data, think that hibernate will proceed in this order when you release the transaction :
INSERT
UPDATE
DELETE
Advertisements
Good thing to know about Hibernate and transaction is that all you do as delete, update or insert data, think that hibernate will proceed in this order when you release the transaction :
INSERT
UPDATE
DELETE