Reorder list of data access modules in documentation
Issue: SPR-7689
This commit is contained in:
parent
09a6afb94c
commit
ea034aeb2e
|
@ -195,6 +195,10 @@ The `spring-jdbc` module provides a <<jdbc-introduction,JDBC>>-abstraction layer
|
||||||
removes the need to do tedious JDBC coding and parsing of database-vendor specific error
|
removes the need to do tedious JDBC coding and parsing of database-vendor specific error
|
||||||
codes.
|
codes.
|
||||||
|
|
||||||
|
The `spring-tx` module supports <<transaction,programmatic and declarative transaction>>
|
||||||
|
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
|
The `spring-orm` module provides integration layers for popular
|
||||||
<<orm-introduction,object-relational mapping>> APIs, including <<orm-jpa,JPA>>,
|
<<orm-introduction,object-relational mapping>> APIs, including <<orm-jpa,JPA>>,
|
||||||
<<orm-jdo,JDO>>, and <<orm-hibernate,Hibernate>>. Using the `spring-orm` module you can
|
<<orm-jdo,JDO>>, and <<orm-hibernate,Hibernate>>. Using the `spring-orm` module you can
|
||||||
|
@ -209,10 +213,6 @@ The `spring-jms` module (<<jms,Java Messaging Service>>) contains features for p
|
||||||
consuming messages. Since Spring Framework 4.1, it provides integration with the
|
consuming messages. Since Spring Framework 4.1, it provides integration with the
|
||||||
`spring-messaging` module.
|
`spring-messaging` module.
|
||||||
|
|
||||||
The `spring-tx` module supports <<transaction,programmatic and declarative transaction>>
|
|
||||||
management for classes that implement special interfaces and for __all your POJOs (Plain
|
|
||||||
Old Java Objects)__.
|
|
||||||
|
|
||||||
|
|
||||||
[[overview-web]]
|
[[overview-web]]
|
||||||
==== Web
|
==== Web
|
||||||
|
|
Loading…
Reference in New Issue