JDBC, Transactions, Spring Data JPA
July 30, 2021

M03 Q17 What does declarative transaction management mean?

Declarative transaction management means that instead of handling transactions manually through the code, methods which should be executed in transactions are declared with @Transactional annotation.