What are types of Transaction management in Spring
Anonymous
Spring support two types of transaction management: 1. Programmatic transaction management 2. Declarative transaction management Programmatic transaction management: This means that you have to manage with the help of programming. Declarative transaction management: This means you separate transaction management from the business code. You only use annotations or XML based configurations to manage the transactions.
Check out your Company Bowl for anonymous work chats.