Hibernate etc
This commit is contained in:
parent
07ddedd7bf
commit
4b138e0e50
|
|
@ -9,6 +9,8 @@ Changes in version 3.1.1 (2012-01-16)
|
||||||
* officially deprecated TopLinkJpaDialect in favor of EclipseLink and Spring's EclipseLinkJpaDialect
|
* officially deprecated TopLinkJpaDialect in favor of EclipseLink and Spring's EclipseLinkJpaDialect
|
||||||
* fixed LocalContainerEntityManagerFactoryBean's "packagesToScan" to avoid additional provider scan
|
* fixed LocalContainerEntityManagerFactoryBean's "packagesToScan" to avoid additional provider scan
|
||||||
* Hibernate 4 LocalSessionFactoryBean implements PersistenceExceptionTranslator interface as well
|
* Hibernate 4 LocalSessionFactoryBean implements PersistenceExceptionTranslator interface as well
|
||||||
|
* Hibernate 4 LocalSessionFactoryBean does not insist on a "dataSource" reference being set
|
||||||
|
* Hibernate synchronization properly unbinds Session even in case of afterCompletion exception
|
||||||
* added "entityInterceptor" property to Hibernate 4 LocalSessionFactoryBean
|
* added "entityInterceptor" property to Hibernate 4 LocalSessionFactoryBean
|
||||||
* corrected fix for QuartzJobBean to work with Quartz 2.0/2.1
|
* corrected fix for QuartzJobBean to work with Quartz 2.0/2.1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue