Enable Section Summary TOC for small pages
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
[[orm]]
|
||||
= Object Relational Mapping (ORM) Data Access
|
||||
:page-section-summary-toc: 1
|
||||
|
||||
This section covers data access when you use Object Relational Mapping (ORM).
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[[transaction-resources]]
|
||||
= Further Resources
|
||||
:page-section-summary-toc: 1
|
||||
|
||||
For more information about the Spring Framework's transaction support, see:
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[[transaction-solutions-to-common-problems]]
|
||||
= Solutions to Common Problems
|
||||
:page-section-summary-toc: 1
|
||||
|
||||
This section describes solutions to some common problems.
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[[tx-decl-vs-prog]]
|
||||
= Choosing Between Programmatic and Declarative Transaction Management
|
||||
:page-section-summary-toc: 1
|
||||
|
||||
Programmatic transaction management is usually a good idea only if you have a small
|
||||
number of transactional operations. For example, if you have a web application that
|
||||
|
||||
Reference in New Issue
Block a user