From ea034aeb2e382c63ca65b2e2d8de1f51a434aa55 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Mon, 22 Sep 2014 18:32:10 +0200 Subject: [PATCH] Reorder list of data access modules in documentation Issue: SPR-7689 --- src/asciidoc/index.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index 93d83cb129..ee675e4c86 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -195,6 +195,10 @@ The `spring-jdbc` module provides a <>-abstraction layer removes the need to do tedious JDBC coding and parsing of database-vendor specific error codes. +The `spring-tx` module supports <> +management for classes that implement special interfaces and for __all your POJOs (Plain +Old Java Objects)__. + The `spring-orm` module provides integration layers for popular <> APIs, including <>, <>, and <>. Using the `spring-orm` module you can @@ -209,10 +213,6 @@ The `spring-jms` module (<>) contains features for p consuming messages. Since Spring Framework 4.1, it provides integration with the `spring-messaging` module. -The `spring-tx` module supports <> -management for classes that implement special interfaces and for __all your POJOs (Plain -Old Java Objects)__. - [[overview-web]] ==== Web