@@ -12,19 +12,16 @@ management that delivers the following benefits:
12
12
than complex transaction APIs, such as JTA.
13
13
* Excellent integration with Spring's data access abstractions.
14
14
15
- The following sections describe the Spring Framework's transaction features and
16
- technologies:
15
+ The following sections describe the Spring Framework's transaction features and technologies:
17
16
18
- * xref:data-access/transaction/motivation.adoc[Advantages of the Spring Framework's transaction support model]
19
- describes why you would use the Spring Framework's transaction abstraction
20
- instead of EJB Container-Managed Transactions (CMT) or choosing to drive local
21
- transactions through a proprietary API, such as Hibernate.
17
+ * xref:data-access/transaction/motivation.adoc[Advantages of the Spring Framework's transaction support model]
18
+ describes why you would use the Spring Framework's transaction abstraction instead of EJB
19
+ Container-Managed Transactions (CMT) or choosing to drive transactions through a proprietary API.
22
20
* xref:data-access/transaction/strategies.adoc[Understanding the Spring Framework transaction abstraction]
23
- outlines the core classes and describes how to configure and obtain `DataSource`
24
- instances from a variety of sources.
25
- * xref:data-access/transaction/tx-resource-synchronization.adoc[Synchronizing resources with transactions] describes
26
- how the application code ensures that resources are created, reused, and cleaned up
27
- properly.
21
+ outlines the core classes and describes how to configure and obtain `DataSource` instances
22
+ from a variety of sources.
23
+ * xref:data-access/transaction/tx-resource-synchronization.adoc[Synchronizing resources with transactions]
24
+ describes how the application code ensures that resources are created, reused, and cleaned up properly.
28
25
* xref:data-access/transaction/declarative.adoc[Declarative transaction management] describes support for
29
26
declarative transaction management.
30
27
* xref:data-access/transaction/programmatic.adoc[Programmatic transaction management] covers support for
0 commit comments