Spring / Spring Data Access
Spring @Transactional Annotation.
Transactional annotation is the convenient and readable and is currently the recommended way to handle transactions in Spring.
By using @Transactional, many important aspects such as transaction propagation are handled automatically.
More Related questions...