| Interface and Description |
|---|
| org.springframework.orm.hibernate3.HibernateCallback
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.HibernateOperations
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| Class and Description |
|---|
| org.springframework.orm.hibernate3.support.AbstractLobType
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.AbstractSessionFactoryBean
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.support.BlobByteArrayType
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.support.BlobSerializableType
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.support.BlobStringType
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.support.ClobStringType
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.HibernateAccessor
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.support.HibernateDaoSupport
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.HibernateExceptionTranslator
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.HibernateInterceptor
as of Spring 3.2.7, in favor of either HibernateTemplate usage or
native Hibernate API usage within transactions, in combination with a general
org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor.
Note: This class does not have an equivalent replacement in orm.hibernate4.
If you desperately need a scoped Session bound through AOP, consider the newly
introduced OpenSessionInterceptor. |
| org.springframework.orm.jpa.vendor.HibernateJpaSessionFactoryBean
as of Spring Framework 4.3.12 against Hibernate 5.2, in favor of a custom solution
based on
EntityManagerFactory#unwrap with explicit qualifiers and/or primary markers |
| org.springframework.orm.hibernate3.HibernateTemplate
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.HibernateTransactionManager
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.LocalJtaDataSourceConnectionProvider
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.LocalRegionFactoryProxy
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.LocalSessionFactoryBean
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.LocalTransactionManagerLookup
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.support.OpenSessionInterceptor
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.support.ScopedBeanInterceptor
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.SessionFactoryUtils
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.SessionHolder
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.SpringSessionContext
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.SpringTransactionFactory
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.TransactionAwareDataSourceConnectionProvider
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.TypeDefinitionBean
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| Exceptions and Description |
|---|
| org.springframework.orm.hibernate3.HibernateJdbcException
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.HibernateObjectRetrievalFailureException
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.HibernateOptimisticLockingFailureException
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.HibernateQueryException
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| org.springframework.orm.hibernate3.HibernateSystemException
as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
| Constructor and Description |
|---|
| org.springframework.orm.jpa.JpaSystemException(PersistenceException) |