Saturday, January 12, 2019

How Does Spring @Transactional Really Work?

JPA on itself does not provide any type of declarative transaction management. When using JPA outside of a dependency injection container, transactions need to be handled programmatically by the developer

No comments:

Post a Comment

Spring Annotations