What is @transactional in jpa?



What is @transactional in jpa?..

Answer / Saurab Khan

The Spring Controller is typically designed as a Singleton to ensure that only one instance of the Controller exists throughout the lifetime of an application. This allows for consistent handling of requests and eliminates the need for multiple instances to manage the same resources.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is image lazy loading?

1 Answers  


What are the different modules in spring?

1 Answers  


What is the importance of spring bean configuration file?

1 Answers  


How does aop work in spring?

1 Answers  


Who created the dao? : Spring Boot

1 Answers  


What is cross cutting concerns in spring?

1 Answers  


Is autowired a dependency injection?

1 Answers  


How does dao work? : Spring Boot

1 Answers  


What is pojo class in spring?

1 Answers  


Does spring framework support all joinpoints?

1 Answers  


What is a spring configuration file?

1 Answers  


Is entitymanager thread safe?

1 Answers  


Categories