| 1. |
What’s Transaction Management In Hibernate? How It Works? |
|
Answer» Transaction management is the process of managing a set of statements or COMMANDS. In hibernate; transaction management is DONE by transaction interface as SHOWN in below code:
Transaction management is the process of managing a set of statements or commands. In hibernate; transaction management is done by transaction interface as shown in below code:
|
|