See: Description
Interface | Description |
---|---|
HibernateCallback<T> | Deprecated
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
HibernateOperations | Deprecated
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
Class | Description |
---|---|
AbstractSessionFactoryBean | Deprecated
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
FilterDefinitionFactoryBean | Deprecated
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
HibernateAccessor | Deprecated
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
HibernateExceptionTranslator | Deprecated
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
HibernateInterceptor | Deprecated
as of Spring 3.2.7, in favor of either HibernateTemplate usage or
native Hibernate API usage within transactions, in combination with a general
PersistenceExceptionTranslationPostProcessor . |
HibernateTemplate | Deprecated
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
HibernateTransactionManager | Deprecated
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
LocalDataSourceConnectionProvider | Deprecated
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
LocalJtaDataSourceConnectionProvider | Deprecated
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
LocalRegionFactoryProxy | Deprecated
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
LocalSessionFactoryBean | Deprecated
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
LocalTransactionManagerLookup | Deprecated
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
SessionFactoryUtils | Deprecated
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
SessionHolder | Deprecated
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
SpringSessionContext | Deprecated
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
SpringTransactionFactory | Deprecated
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
TransactionAwareDataSourceConnectionProvider | Deprecated
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
TypeDefinitionBean | Deprecated
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
Exception | Description |
---|---|
HibernateJdbcException | Deprecated
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
HibernateObjectRetrievalFailureException | Deprecated
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
HibernateOptimisticLockingFailureException | Deprecated
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
HibernateQueryException | Deprecated
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
HibernateSystemException | Deprecated
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
Contains SessionFactory helper classes, a template plus callback for Hibernate access, and an implementation of Spring's transaction SPI for local Hibernate transactions.
This package supports Hibernate 3.x only.
See the org.springframework.orm.hibernate4
package for Hibernate 4.x support.