Skip to content

Commit 5876307

Browse files
committed
Update "What's new in Spring 3.1" re Hibernate 4.x
1 parent f60a40b commit 5876307

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

spring-framework-reference/src/new-in-3.1.xml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -146,23 +146,12 @@
146146
</section>
147147

148148
<section>
149-
<title>Builder-style APIs for code-based Hibernate configuration</title>
150-
151-
<para><classname>SessionFactoryBuilder</classname> and
152-
<classname>AnnotationSessionFactoryBuilder</classname> classes have been
153-
designed for use within <interfacename>@Bean</interfacename> methods in
154-
<interfacename>@Configuration</interfacename> classes.</para>
149+
<title>Support for Hibernate 4.x</title>
155150

156151
<itemizedlist>
157152
<listitem>
158-
<para>See org.springframework.orm.hibernate3.SessionFactoryBuilder
159-
Javadoc</para>
160-
</listitem>
161-
162-
<listitem>
163-
<para>See
164-
org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBuilder
165-
Javadoc</para>
153+
<para>See Javadoc for classes within the new
154+
org.springframework.orm.hibernate4 package</para>
166155
</listitem>
167156
</itemizedlist>
168157
</section>

0 commit comments

Comments
 (0)