Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 390 Bytes

File metadata and controls

9 lines (7 loc) · 390 Bytes

Transaction management ensures data consistency and integrity.

  • Spring provides enhanced feature to manage transactions. There are two API's available declarative and imperative

  • Spring handles transaction management via AOP. It intercepts the method valls via proxy and then create transaction logics.

alt text alt text