Enable Section Summary TOC for small pages

This commit is contained in:
Rob Winch
2023-04-19 10:26:17 -05:00
committed by rstoyanchev
parent 139cde47e2
commit 35229c8bff
62 changed files with 62 additions and 0 deletions

View File

@@ -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).

View File

@@ -1,5 +1,6 @@
[[transaction-resources]]
= Further Resources
:page-section-summary-toc: 1
For more information about the Spring Framework's transaction support, see:

View File

@@ -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.

View File

@@ -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