August 2017
Beginner to intermediate
370 pages
8h 37m
English
Out of two types of transaction management that Spring supports, the declarative transaction management is the recommended way to manage the transactions. The following are some of the fundamental concepts in relation to declarative transaction management:
@Configuration@EnableTransactionManagementpublic class AppConfig{ ...}
Read now
Unlock full access