Closed
Description
Chris Beams opened SPR-8066 and commented
(1) Introduce SessionFactoryBuilder
, suitable for use in @Configuration
classes instead of LocalSessionFactoryBean
.
(2) Introduce AnnotationSessionFactoryBuilder
, suitable for use in @Configuration
classes instead of AnnotationSessionFactoryBean
.
(3) Refactor *SessionFactoryBean
types to delegate to (or possibly even extend) *FactoryBuilder
types
Affects: 3.0 GA
This issue is a sub-task of #12076
Issue Links:
- Introduce HibernateExceptionTranslator [SPR-8076] #12731 Introduce HibernateExceptionTranslator ("is depended on by")
- SessionFactoryUtils.convertHibernateAccessException() improperly swallows underlying HibernateException [SPR-7933] #12588 SessionFactoryUtils.convertHibernateAccessException() improperly swallows underlying HibernateException ("is depended on by")
- Hibernate LocalSessionFactoryBean schemaUpdate incompatible with automatic dialect detection [SPR-7936] #12591 Hibernate LocalSessionFactoryBean schemaUpdate incompatible with automatic dialect detection ("is depended on by")
- Support injection against setter methods with non-void return types [SPR-8079] #12734 Support injection against setter methods with non-void return types
1 votes, 1 watchers