JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
spring-orm
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.springframework.orm
,
org.springframework.orm.hibernate3
,
org.springframework.orm.hibernate3.annotation
,
org.springframework.orm.hibernate3.support
,
org.springframework.orm.hibernate4
,
org.springframework.orm.hibernate4.support
,
org.springframework.orm.hibernate5
,
org.springframework.orm.hibernate5.support
,
org.springframework.orm.jdo
,
org.springframework.orm.jdo.support
,
org.springframework.orm.jpa
,
org.springframework.orm.jpa.persistenceunit
,
org.springframework.orm.jpa.support
,
org.springframework.orm.jpa.vendor
Class Hierarchy
java.lang.
Object
org.hibernate.context.spi.
AbstractCurrentSessionContext
(implements org.hibernate.context.spi.
CurrentSessionContext
)
org.hibernate.context.internal.
JTASessionContext
org.springframework.orm.hibernate4.
SpringJtaSessionContext
org.springframework.orm.hibernate5.
SpringJtaSessionContext
org.springframework.orm.jpa.
AbstractEntityManagerFactoryBean
(implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.orm.jpa.
EntityManagerFactoryInfo
, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean, org.springframework.dao.support.PersistenceExceptionTranslator, java.io.
Serializable
)
org.springframework.orm.jpa.
LocalContainerEntityManagerFactoryBean
(implements org.springframework.context.weaving.LoadTimeWeaverAware, org.springframework.context.ResourceLoaderAware)
org.springframework.orm.jpa.
LocalEntityManagerFactoryBean
org.springframework.orm.jpa.vendor.
AbstractJpaVendorAdapter
(implements org.springframework.orm.jpa.
JpaVendorAdapter
)
org.springframework.orm.jpa.vendor.
EclipseLinkJpaVendorAdapter
org.springframework.orm.jpa.vendor.
HibernateJpaVendorAdapter
org.springframework.orm.jpa.vendor.
OpenJpaVendorAdapter
org.springframework.orm.hibernate3.support.
AbstractLobType
(implements org.hibernate.usertype.
UserType
)
org.springframework.orm.hibernate3.support.
BlobByteArrayType
org.springframework.orm.hibernate3.support.
BlobSerializableType
org.springframework.orm.hibernate3.support.
BlobStringType
org.springframework.orm.hibernate3.support.
ClobStringType
org.springframework.transaction.support.AbstractPlatformTransactionManager (implements org.springframework.transaction.PlatformTransactionManager, java.io.
Serializable
)
org.springframework.orm.hibernate3.
HibernateTransactionManager
(implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean, org.springframework.transaction.support.ResourceTransactionManager)
org.springframework.orm.hibernate4.
HibernateTransactionManager
(implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean, org.springframework.transaction.support.ResourceTransactionManager)
org.springframework.orm.hibernate5.
HibernateTransactionManager
(implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean, org.springframework.transaction.support.ResourceTransactionManager)
org.springframework.orm.jdo.
JdoTransactionManager
(implements org.springframework.beans.factory.InitializingBean, org.springframework.transaction.support.ResourceTransactionManager)
org.springframework.orm.jpa.
JpaTransactionManager
(implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean, org.springframework.transaction.support.ResourceTransactionManager)
org.hibernate.event.def.
AbstractReassociateEventListener
(implements java.io.
Serializable
)
org.hibernate.event.def.
AbstractSaveEventListener
org.hibernate.event.def.
DefaultMergeEventListener
(implements org.hibernate.event.
MergeEventListener
)
org.springframework.orm.hibernate3.support.
IdTransferringMergeEventListener
org.hibernate.cfg.
Configuration
(implements java.io.
Serializable
)
org.springframework.orm.hibernate4.
LocalSessionFactoryBuilder
org.springframework.orm.hibernate5.
LocalSessionFactoryBuilder
org.springframework.dao.support.DaoSupport (implements org.springframework.beans.factory.InitializingBean)
org.springframework.orm.hibernate3.support.
HibernateDaoSupport
org.springframework.orm.hibernate4.support.
HibernateDaoSupport
org.springframework.orm.hibernate5.support.
HibernateDaoSupport
org.springframework.orm.jdo.
DefaultJdoDialect
(implements org.springframework.orm.jdo.
JdoDialect
, org.springframework.dao.support.PersistenceExceptionTranslator)
org.springframework.orm.jpa.
DefaultJpaDialect
(implements org.springframework.orm.jpa.
JpaDialect
, java.io.
Serializable
)
org.springframework.orm.jpa.vendor.
EclipseLinkJpaDialect
org.springframework.orm.jpa.vendor.
HibernateJpaDialect
org.springframework.orm.jpa.vendor.
OpenJpaDialect
org.springframework.orm.jpa.persistenceunit.
DefaultPersistenceUnitManager
(implements org.springframework.beans.factory.InitializingBean, org.springframework.context.weaving.LoadTimeWeaverAware, org.springframework.orm.jpa.persistenceunit.
PersistenceUnitManager
, org.springframework.context.ResourceLoaderAware)
org.hibernate.
EmptyInterceptor
(implements org.hibernate.
Interceptor
, java.io.
Serializable
)
org.springframework.orm.hibernate3.support.
ScopedBeanInterceptor
org.springframework.orm.jpa.
EntityManagerFactoryAccessor
(implements org.springframework.beans.factory.BeanFactoryAware)
org.springframework.orm.jpa.vendor.
HibernateJpaSessionFactoryBean
(implements org.springframework.beans.factory.FactoryBean<T>)
org.springframework.orm.jpa.support.
OpenEntityManagerInViewInterceptor
(implements org.springframework.web.context.request.AsyncWebRequestInterceptor)
org.springframework.orm.jpa.support.
SharedEntityManagerBean
(implements org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean)
org.springframework.orm.jpa.
EntityManagerFactoryUtils
org.springframework.orm.jpa.
ExtendedEntityManagerCreator
org.springframework.orm.hibernate3.
FilterDefinitionFactoryBean
(implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean)
org.springframework.web.filter.GenericFilterBean (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware, javax.servlet.
Filter
, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
org.springframework.web.filter.OncePerRequestFilter
org.springframework.orm.jpa.support.
OpenEntityManagerInViewFilter
org.springframework.orm.jdo.support.
OpenPersistenceManagerInViewFilter
org.springframework.orm.hibernate3.support.
OpenSessionInViewFilter
org.springframework.orm.hibernate4.support.
OpenSessionInViewFilter
org.springframework.orm.hibernate5.support.
OpenSessionInViewFilter
org.springframework.orm.hibernate3.
HibernateAccessor
(implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean)
org.springframework.orm.hibernate3.
HibernateInterceptor
(implements org.aopalliance.intercept.MethodInterceptor)
org.springframework.orm.hibernate3.
HibernateTemplate
(implements org.springframework.orm.hibernate3.
HibernateOperations
)
org.springframework.orm.hibernate3.support.
OpenSessionInViewInterceptor
(implements org.springframework.web.context.request.AsyncWebRequestInterceptor)
org.springframework.orm.hibernate3.
HibernateExceptionTranslator
(implements org.springframework.dao.support.PersistenceExceptionTranslator)
org.springframework.orm.hibernate3.
AbstractSessionFactoryBean
(implements org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean)
org.springframework.orm.hibernate3.
LocalSessionFactoryBean
(implements org.springframework.beans.factory.BeanClassLoaderAware)
org.springframework.orm.hibernate3.annotation.
AnnotationSessionFactoryBean
(implements org.springframework.context.ResourceLoaderAware)
org.springframework.orm.hibernate4.
HibernateExceptionTranslator
(implements org.springframework.dao.support.PersistenceExceptionTranslator)
org.springframework.orm.hibernate4.
LocalSessionFactoryBean
(implements org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ResourceLoaderAware)
org.springframework.orm.hibernate5.
HibernateExceptionTranslator
(implements org.springframework.dao.support.PersistenceExceptionTranslator)
org.springframework.orm.hibernate5.
LocalSessionFactoryBean
(implements org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ResourceLoaderAware)
org.springframework.orm.hibernate4.
HibernateTemplate
(implements org.springframework.orm.hibernate4.
HibernateOperations
, org.springframework.beans.factory.InitializingBean)
org.springframework.orm.hibernate5.
HibernateTemplate
(implements org.springframework.orm.hibernate5.
HibernateOperations
, org.springframework.beans.factory.InitializingBean)
org.springframework.orm.hibernate3.
LocalDataSourceConnectionProvider
(implements org.hibernate.connection.
ConnectionProvider
)
org.springframework.orm.hibernate3.
LocalJtaDataSourceConnectionProvider
org.springframework.orm.hibernate3.
TransactionAwareDataSourceConnectionProvider
org.springframework.orm.jdo.
LocalPersistenceManagerFactoryBean
(implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean, org.springframework.dao.support.PersistenceExceptionTranslator)
org.springframework.orm.hibernate3.
LocalRegionFactoryProxy
(implements org.hibernate.cache.
RegionFactory
)
org.springframework.orm.hibernate3.
LocalTransactionManagerLookup
(implements org.hibernate.transaction.
TransactionManagerLookup
)
org.springframework.orm.jpa.persistenceunit.
MutablePersistenceUnitInfo
(implements org.springframework.orm.jpa.persistenceunit.
SmartPersistenceUnitInfo
)
org.springframework.orm.jdo.support.
OpenPersistenceManagerInViewInterceptor
(implements org.springframework.web.context.request.WebRequestInterceptor)
org.springframework.orm.hibernate3.support.
OpenSessionInterceptor
(implements org.springframework.beans.factory.InitializingBean, org.aopalliance.intercept.MethodInterceptor)
org.springframework.orm.hibernate4.support.
OpenSessionInterceptor
(implements org.springframework.beans.factory.InitializingBean, org.aopalliance.intercept.MethodInterceptor)
org.springframework.orm.hibernate5.support.
OpenSessionInterceptor
(implements org.springframework.beans.factory.InitializingBean, org.aopalliance.intercept.MethodInterceptor)
org.springframework.orm.hibernate4.support.
OpenSessionInViewInterceptor
(implements org.springframework.web.context.request.AsyncWebRequestInterceptor)
org.springframework.orm.hibernate5.support.
OpenSessionInViewInterceptor
(implements org.springframework.web.context.request.AsyncWebRequestInterceptor)
org.springframework.orm.jpa.support.
PersistenceAnnotationBeanPostProcessor
(implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor, org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor, org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor, org.springframework.core.PriorityOrdered, java.io.
Serializable
)
org.springframework.orm.jdo.
PersistenceManagerFactoryUtils
org.springframework.transaction.support.ResourceHolderSupport (implements org.springframework.transaction.support.ResourceHolder)
org.springframework.orm.jpa.
EntityManagerHolder
org.springframework.orm.jdo.
PersistenceManagerHolder
org.springframework.orm.hibernate3.
SessionHolder
org.springframework.orm.hibernate4.
SessionHolder
org.springframework.orm.hibernate5.
SessionHolder
org.springframework.orm.hibernate3.
SessionFactoryUtils
org.springframework.orm.hibernate4.
SessionFactoryUtils
org.springframework.orm.hibernate5.
SessionFactoryUtils
org.springframework.orm.jpa.
SharedEntityManagerCreator
org.springframework.orm.jdo.support.
SpringPersistenceManagerProxyBean
(implements org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean)
org.springframework.orm.hibernate3.
SpringSessionContext
(implements org.hibernate.context.
CurrentSessionContext
)
org.springframework.orm.hibernate4.
SpringSessionContext
(implements org.hibernate.context.spi.
CurrentSessionContext
)
org.springframework.orm.hibernate5.
SpringSessionContext
(implements org.hibernate.context.spi.
CurrentSessionContext
)
org.springframework.orm.hibernate4.
SpringSessionSynchronization
(implements org.springframework.core.Ordered, org.springframework.transaction.support.TransactionSynchronization)
org.springframework.orm.hibernate5.
SpringSessionSynchronization
(implements org.springframework.core.Ordered, org.springframework.transaction.support.TransactionSynchronization)
org.springframework.orm.hibernate3.
SpringTransactionFactory
(implements org.hibernate.transaction.
TransactionFactory
)
org.springframework.orm.jdo.support.
StandardPersistenceManagerProxyBean
(implements org.springframework.beans.factory.FactoryBean<T>)
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.lang.
RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.DataRetrievalFailureException
org.springframework.orm.
ObjectRetrievalFailureException
org.springframework.orm.hibernate3.
HibernateObjectRetrievalFailureException
org.springframework.orm.hibernate4.
HibernateObjectRetrievalFailureException
org.springframework.orm.hibernate5.
HibernateObjectRetrievalFailureException
org.springframework.orm.jdo.
JdoObjectRetrievalFailureException
org.springframework.orm.jpa.
JpaObjectRetrievalFailureException
org.springframework.dao.InvalidDataAccessApiUsageException
org.springframework.orm.jdo.
JdoUsageException
org.springframework.dao.InvalidDataAccessResourceUsageException
org.springframework.orm.hibernate3.
HibernateQueryException
org.springframework.orm.hibernate4.
HibernateQueryException
org.springframework.orm.hibernate5.
HibernateQueryException
org.springframework.dao.NonTransientDataAccessResourceException
org.springframework.dao.DataAccessResourceFailureException
org.springframework.orm.jdo.
JdoResourceFailureException
org.springframework.dao.UncategorizedDataAccessException
org.springframework.orm.hibernate3.
HibernateJdbcException
org.springframework.orm.hibernate4.
HibernateJdbcException
org.springframework.orm.hibernate5.
HibernateJdbcException
org.springframework.orm.hibernate3.
HibernateSystemException
org.springframework.orm.hibernate4.
HibernateSystemException
org.springframework.orm.hibernate5.
HibernateSystemException
org.springframework.orm.jdo.
JdoSystemException
org.springframework.orm.jpa.
JpaSystemException
org.springframework.dao.TransientDataAccessException
org.springframework.dao.ConcurrencyFailureException
org.springframework.dao.OptimisticLockingFailureException
org.springframework.orm.
ObjectOptimisticLockingFailureException
org.springframework.orm.hibernate3.
HibernateOptimisticLockingFailureException
org.springframework.orm.hibernate4.
HibernateOptimisticLockingFailureException
org.springframework.orm.hibernate5.
HibernateOptimisticLockingFailureException
org.springframework.orm.jdo.
JdoOptimisticLockingFailureException
org.springframework.orm.jpa.
JpaOptimisticLockingFailureException
org.springframework.orm.jdo.
TransactionAwarePersistenceManagerFactoryProxy
(implements org.springframework.beans.factory.FactoryBean<T>)
org.springframework.transaction.support.TransactionSynchronizationAdapter (implements org.springframework.core.Ordered, org.springframework.transaction.support.TransactionSynchronization)
org.springframework.orm.hibernate4.
SpringFlushSynchronization
org.springframework.orm.hibernate5.
SpringFlushSynchronization
org.springframework.orm.hibernate3.
TypeDefinitionBean
(implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean)
Interface Hierarchy
javax.persistence.
EntityManager
org.springframework.orm.jpa.
EntityManagerProxy
org.springframework.orm.jpa.
EntityManagerFactoryInfo
org.springframework.orm.hibernate3.
HibernateCallback
<T>
org.springframework.orm.hibernate4.
HibernateCallback
<T>
org.springframework.orm.hibernate5.
HibernateCallback
<T>
org.springframework.orm.hibernate3.
HibernateOperations
org.springframework.orm.hibernate4.
HibernateOperations
org.springframework.orm.hibernate5.
HibernateOperations
org.springframework.orm.jdo.
JdoDialect
org.springframework.orm.jpa.
JpaVendorAdapter
org.springframework.dao.support.PersistenceExceptionTranslator
org.springframework.orm.jpa.
JpaDialect
javax.persistence.spi.
PersistenceUnitInfo
org.springframework.orm.jpa.persistenceunit.
SmartPersistenceUnitInfo
org.springframework.orm.jpa.persistenceunit.
PersistenceUnitManager
org.springframework.orm.jpa.persistenceunit.
PersistenceUnitPostProcessor
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
org.springframework.orm.jpa.vendor.
Database
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
spring-orm
Prev
Next
Frames
No Frames
All Classes