From 58763079970300ef3db3f85745fcd4504971dd0a Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Tue, 11 Oct 2011 18:51:30 +0000 Subject: [PATCH] Update "What's new in Spring 3.1" re Hibernate 4.x --- spring-framework-reference/src/new-in-3.1.xml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/spring-framework-reference/src/new-in-3.1.xml b/spring-framework-reference/src/new-in-3.1.xml index 4d3795fd41..909f4c00c5 100644 --- a/spring-framework-reference/src/new-in-3.1.xml +++ b/spring-framework-reference/src/new-in-3.1.xml @@ -146,23 +146,12 @@
- Builder-style APIs for code-based Hibernate configuration - - SessionFactoryBuilder and - AnnotationSessionFactoryBuilder classes have been - designed for use within @Bean methods in - @Configuration classes. + Support for Hibernate 4.x - See org.springframework.orm.hibernate3.SessionFactoryBuilder - Javadoc - - - - See - org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBuilder - Javadoc + See Javadoc for classes within the new + org.springframework.orm.hibernate4 package