adspace


What type of transaction management spring support?

Answer Posted / Chitragupt

Spring Framework supports various types of transaction management, such as Declarative Transaction Management (using annotations like @Transactional) and Programmatic Transaction Management (manually handling transactions using the PlatformTransactionManager interface).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is lazy class?

490


What is difference between @controller and @restcontroller in spring?

556


How can you inject java collection in spring?

518