0 votes
in JAVA by

What are the types of transaction management supported by Spring in Java?

1 Answer

0 votes
by

Below are the types of transaction management supported by Spring in Java

There are 2 types of transaction management which spring support:

• Programmatic transaction management

• Declarative transaction management

...