What type of transaction management spring support?
Answer / 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 |
What do you mean by @controller annotation in spring?
What is @restcontroller?
Can struts and spring be used together?
Why spring is a lightweight framework?
Which is good to use – constructor or setter-based dependency?
What is application context?
What is the use of @transactional in spring?
What is portlet context in spring?
What is image lazy loading?
What is cglib in spring?
What is the default scope of spring?
What is meant by dao? : Spring Boot