Browse Source

updated required Hibernate version

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2564 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Juergen Hoeller 16 years ago
parent
commit
2d80856e3f
  1. 5
      spring-framework-reference/src/orm.xml

5
spring-framework-reference/src/orm.xml

@ -235,10 +235,7 @@ public class ProductDaoImpl implements ProductDao { @@ -235,10 +235,7 @@ public class ProductDaoImpl implements ProductDao {
will then cover the other ORM technologies, showing briefer examples
there.</para>
<para><note>
<para>As of Spring 2.5, Spring requires Hibernate 3.1 or later.
Neither Hibernate 2.1 nor Hibernate 3.0 are supported.</para>
</note></para>
<para><note>As of Spring 3.0, Spring requires Hibernate 3.2 or later.</note></para>
<section id="orm-session-factory-setup">
<title><interfacename>SessionFactory</interfacename> setup in a Spring

Loading…
Cancel
Save