git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1863 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Thomas Risberg 2009-09-09 17:28:34 +00:00
parent d9f72a9ae3
commit 53bdd3e5f6
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ IoC itself providing the support.-->They can participate in Spring's resource
style is to code DAOs against plain Hibernate, JPA, and JDO APIs. The
older style of using Spring's DAO templates is no longer recommended;
however, coverage of this style can be found in the <xref
linkend="classic-spring-orm" /> Appendix.</para>
linkend="classic-spring-orm" /> in the appendices.</para>
<para>Spring adds significant enhancements to the ORM layer of your choice
when you create data access applications. You can leverage as much of the