| Name | Description | Type | Package | Framework |
| AbstractEntityManagerFactoryBean | Abstract FactoryBean that createsa local JPA EntityManagerFactory instance within | Class | org.springframework.orm.jpa | Spring MVC |
|
| AbstractJpaVendorAdapter | Abstract JpaVendorAdapter implementation that defines common properties,to be translated into vendor-specific JPA properties by concrete subclasses. | Class | org.springframework.orm.jpa.vendor | Spring MVC |
|
| AbstractLobType | Abstract base class for Hibernate UserType implementations that map to LOBs. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
|
| AbstractSessionFactoryBean | Abstract FactoryBean that createsa Hibernate SessionFactory within a Spring application | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| AnnotationSessionFactoryBean | Subclass of Spring's standard LocalSessionFactoryBean for Hibernate,supporting annotation metadata for mappings. | Class | org.springframework.orm.hibernate3.annotation | Spring MVC |
|
| BlobByteArrayType | Hibernate UserType implementation for byte arrays that get mapped to BLOBs. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
|
| BlobSerializableType | Hibernate UserType implementation for arbitrary objects that get serialized to BLOBs. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
|
| BlobStringType | Hibernate UserType implementation for Strings that get mapped to BLOBs. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
|
| ClobStringType | Hibernate UserType implementation for Strings that get mapped to CLOBs. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
|
| Database | Enumeration for common database platforms. | Class | org.springframework.orm.jpa.vendor | Spring MVC |
|
| DefaultJdoDialect | Default implementation of the JdoDialect interface. | Class | org.springframework.orm.jdo | Spring MVC |
|
| DefaultJpaDialect | Default implementation of the JpaDialect interface. | Class | org.springframework.orm.jpa | Spring MVC |
|
| DefaultPersistenceUnitManager | Default implementation of the PersistenceUnitManager interface. | Class | org.springframework.orm.jpa.persistenceunit | Spring MVC |
|
| EclipseLinkJpaDialect | JpaDialect implementation for EclipsePersistence Services (EclipseLink). | Class | org.springframework.orm.jpa.vendor | Spring MVC |
|
| EclipseLinkJpaVendorAdapter | JpaVendorAdapter implementation for EclipsePersistence Services (EclipseLink). | Class | org.springframework.orm.jpa.vendor | Spring MVC |
|
| EntityManagerFactoryAccessor | Base class for any class that needs to access a JPA EntityManagerFactory,usually in order to obtain a JPA EntityManager. | Class | org.springframework.orm.jpa | Spring MVC |
|
| EntityManagerFactoryInfo | Metadata interface for a Spring-managed JPA EntityManagerFactory. | Interface | org.springframework.orm.jpa | Spring MVC |
|
| EntityManagerFactoryUtils | Helper class featuring methods for JPA EntityManager handling,allowing for reuse of EntityManager instances within transactions. | Class | org.springframework.orm.jpa | Spring MVC |
|
| EntityManagerHolder | Holder wrapping a JPA EntityManager. | Class | org.springframework.orm.jpa | Spring MVC |
|
| EntityManagerProxy | Subinterface of EntityManager to be implemented byEntityManager proxies. | Interface | org.springframework.orm.jpa | Spring MVC |
|
| ExtendedEntityManagerCreator | Delegate for creating a variety of EntityManagerproxies that follow the JPA spec's semantics for extended EntityManagers. | Class | org.springframework.orm.jpa | Spring MVC |
|
| FilterDefinitionFactoryBean | Convenient FactoryBean for defining Hibernate FilterDefinitions. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateAccessor | Base class for HibernateTemplate and HibernateInterceptor,defining common properties such as SessionFactory and flushing behavior. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateCallback | Callback interface for Hibernate code. | Interface | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateCallback | Callback interface for Hibernate code. | Interface | org.springframework.orm.hibernate4 | Spring MVC |
|
| HibernateCallback | Callback interface for Hibernate code. | Interface | org.springframework.orm.hibernate5 | Spring MVC |
|
| HibernateDaoSupport | Convenient super class for Hibernate-based data access objects. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
|
| HibernateDaoSupport | Convenient super class for Hibernate-based data access objects. | Class | org.springframework.orm.hibernate4.support | Spring MVC |
|
| HibernateDaoSupport | Convenient super class for Hibernate-based data access objects. | Class | org.springframework.orm.hibernate5.support | Spring MVC |
|
| HibernateExceptionTranslator | PersistenceExceptionTranslator capable of translating HibernateExceptioninstances to Spring's DataAccessException hierarchy. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateExceptionTranslator | PersistenceExceptionTranslator capable of translating HibernateExceptioninstances to Spring's DataAccessException hierarchy. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| HibernateExceptionTranslator | PersistenceExceptionTranslator capable of translating HibernateExceptioninstances to Spring's DataAccessException hierarchy. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| HibernateInterceptor | This interceptor binds a new Hibernate Session to the thread before a methodcall, closing and removing it afterwards in case of any method outcome. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateJdbcException | Hibernate-specific subclass of UncategorizedDataAccessException,for JDBC exceptions that Hibernate wrapped. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateJdbcException | Hibernate-specific subclass of UncategorizedDataAccessException,for JDBC exceptions that Hibernate wrapped. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| HibernateJdbcException | Hibernate-specific subclass of UncategorizedDataAccessException,for JDBC exceptions that Hibernate wrapped. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| HibernateJpaDialect | JpaDialect implementation forHibernate EntityManager. | Class | org.springframework.orm.jpa.vendor | Spring MVC |
|
| HibernateJpaSessionFactoryBean | Simple FactoryBean that exposes the underlying SessionFactorybehind a Hibernate-backed JPA EntityManagerFactory. | Class | org.springframework.orm.jpa.vendor | Spring MVC |
|
| HibernateJpaVendorAdapter | JpaVendorAdapter implementation for HibernateEntityManager. | Class | org.springframework.orm.jpa.vendor | Spring MVC |
|
| HibernateObjectRetrievalFailureException | Hibernate-specific subclass of ObjectRetrievalFailureException. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateObjectRetrievalFailureException | Hibernate-specific subclass of ObjectRetrievalFailureException. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| HibernateObjectRetrievalFailureException | Hibernate-specific subclass of ObjectRetrievalFailureException. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| HibernateOperations | Interface that specifies a basic set of Hibernate operations,option to enhance testability, as it can easily be mocked or stubbed. | Interface | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateOperations | Interface that specifies a basic set of Hibernate operations,option to enhance testability, as it can easily be mocked or stubbed. | Interface | org.springframework.orm.hibernate4 | Spring MVC |
|
| HibernateOperations | Interface that specifies a basic set of Hibernate operations,option to enhance testability, as it can easily be mocked or stubbed. | Interface | org.springframework.orm.hibernate5 | Spring MVC |
|
| HibernateOptimisticLockingFailureException | Hibernate-specific subclass of ObjectOptimisticLockingFailureException. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateOptimisticLockingFailureException | Hibernate-specific subclass of ObjectOptimisticLockingFailureException. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| HibernateOptimisticLockingFailureException | Hibernate-specific subclass of ObjectOptimisticLockingFailureException. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| HibernateQueryException | Hibernate-specific subclass of InvalidDataAccessResourceUsageException,thrown on invalid HQL query syntax. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateQueryException | Hibernate-specific subclass of InvalidDataAccessResourceUsageException,thrown on invalid HQL query syntax. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| HibernateQueryException | Hibernate-specific subclass of InvalidDataAccessResourceUsageException,thrown on invalid HQL query syntax. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| HibernateSystemException | Hibernate-specific subclass of UncategorizedDataAccessException,for Hibernate system errors that do not match any concrete | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateSystemException | Hibernate-specific subclass of UncategorizedDataAccessException,for Hibernate system errors that do not match any concrete | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| HibernateSystemException | Hibernate-specific subclass of UncategorizedDataAccessException,for Hibernate system errors that do not match any concrete | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| HibernateTemplate | Helper class that simplifies Hibernate data access code. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateTemplate | Helper class that simplifies Hibernate data access code. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| HibernateTemplate | Helper class that simplifies Hibernate data access code. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| HibernateTransactionManager | PlatformTransactionManagerBinds a Hibernate Session from the specified factory to the thread, potentially | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| HibernateTransactionManager | PlatformTransactionManagerBinds a Hibernate Session from the specified factory to the thread, | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| HibernateTransactionManager | PlatformTransactionManagerBinds a Hibernate Session from the specified factory to the thread, | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| IdTransferringMergeEventListener | Extension of Hibernate's DefaultMergeEventListener, transferring the idsof newly saved objects to the corresponding original objects (that are part | Class | org.springframework.orm.hibernate3.support | Spring MVC |
|
| JdoDialect | SPI strategy that allows for customizing integration with a specific JDO provider,in particular regarding transaction management and exception translation. | Interface | org.springframework.orm.jdo | Spring MVC |
|
| JdoObjectRetrievalFailureException | JDO-specific subclass of ObjectRetrievalFailureException. | Class | org.springframework.orm.jdo | Spring MVC |
|
| JdoOptimisticLockingFailureException | JDO-specific subclass of ObjectOptimisticLockingFailureException. | Class | org.springframework.orm.jdo | Spring MVC |
|
| JdoResourceFailureException | JDO-specific subclass of DataAccessResourceFailureException. | Class | org.springframework.orm.jdo | Spring MVC |
|
| JdoSystemException | JDO-specific subclass of UncategorizedDataAccessException,for JDO system errors that do not match any concrete | Class | org.springframework.orm.jdo | Spring MVC |
|
| JdoTransactionManager | PlatformTransactionManager implementation for asingle JDO PersistenceManagerFactory. | Class | org.springframework.orm.jdo | Spring MVC |
|
| JdoUsageException | JDO-specific subclass of InvalidDataAccessApiUsageException. | Class | org.springframework.orm.jdo | Spring MVC |
|
| JpaDialect | SPI strategy that encapsulates certain functionality that standard JPA 2. | Interface | org.springframework.orm.jpa | Spring MVC |
|
| JpaObjectRetrievalFailureException | JPA-specific subclass of ObjectRetrievalFailureException. | Class | org.springframework.orm.jpa | Spring MVC |
|
| JpaOptimisticLockingFailureException | JPA-specific subclass of ObjectOptimisticLockingFailureException. | Class | org.springframework.orm.jpa | Spring MVC |
|
| JpaSystemException | JPA-specific subclass of UncategorizedDataAccessException,for JPA system errors that do not match any concrete | Class | org.springframework.orm.jpa | Spring MVC |
|
| JpaTransactionManager | PlatformTransactionManager implementationfor a single JPA EntityManagerFactory. | Class | org.springframework.orm.jpa | Spring MVC |
|
| JpaVendorAdapter | SPI interface that allows to plug in vendor-specific behaviorinto Spring's EntityManagerFactory creators. | Interface | org.springframework.orm.jpa | Spring MVC |
|
| LocalContainerEntityManagerFactoryBean | FactoryBean that creates a JPAEntityManagerFactory according to JPA's standard | Class | org.springframework.orm.jpa | Spring MVC |
|
| LocalDataSourceConnectionProvider | Hibernate connection provider for local DataSource instancesin an application context. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| LocalEntityManagerFactoryBean | FactoryBean that creates a JPAEntityManagerFactory according to JPA's standard | Class | org.springframework.orm.jpa | Spring MVC |
|
| LocalJtaDataSourceConnectionProvider | Subclass of LocalDataSourceConnectionProvider that will be usedif LocalSessionFactoryBean's dataSource property is set | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| LocalPersistenceManagerFactoryBean | FactoryBean that creates aJDO PersistenceManagerFactory. | Class | org.springframework.orm.jdo | Spring MVC |
|
| LocalRegionFactoryProxy | Proxy for a Hibernate RegionFactory, delegating to a Spring-managedRegionFactory instance, determined by LocalSessionFactoryBean's | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| LocalSessionFactoryBean | FactoryBean that creates aHibernate SessionFactory. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| LocalSessionFactoryBean | FactoryBean that creates a HibernateSessionFactory. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| LocalSessionFactoryBean | FactoryBean that creates a HibernateSessionFactory. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| LocalSessionFactoryBuilder | A Spring-provided extension of the standard Hibernate Configuration class,adding SpringSessionContext as a default and providing convenient ways | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| LocalSessionFactoryBuilder | A Spring-provided extension of the standard Hibernate Configuration class,adding SpringSessionContext as a default and providing convenient ways | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| LocalTransactionManagerLookup | that returns a Spring-managed JTA TransactionManager, determinedby LocalSessionFactoryBean's jtaTransactionManager property. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| MutablePersistenceUnitInfo | Spring's base implementation of the JPAPersistenceUnitInfo interface, | Class | org.springframework.orm.jpa.persistenceunit | Spring MVC |
|
| ObjectOptimisticLockingFailureException | Exception thrown on an optimistic locking violation for a mapped object. | Class | org.springframework.orm | Spring MVC |
|
| ObjectRetrievalFailureException | Exception thrown if a mapped object could not be retrieved via its identifier. | Class | org.springframework.orm | Spring MVC |
|
| OpenEntityManagerInViewFilter | Servlet Filter that binds a JPA EntityManager to the thread for theentire processing of the request. | Class | org.springframework.orm.jpa.support | Spring MVC |
|
| OpenEntityManagerInViewInterceptor | Spring web request interceptor that binds a JPA EntityManager to thethread for the entire processing of the request. | Class | org.springframework.orm.jpa.support | Spring MVC |
|
| OpenJpaDialect | JpaDialect implementation for Apache OpenJPA. | Class | org.springframework.orm.jpa.vendor | Spring MVC |
|
| OpenJpaVendorAdapter | JpaVendorAdapter implementation for Apache OpenJPA. | Class | org.springframework.orm.jpa.vendor | Spring MVC |
|
| OpenPersistenceManagerInViewFilter | Servlet Filter that binds a JDO PersistenceManager to the thread for theentire processing of the request. | Class | org.springframework.orm.jdo.support | Spring MVC |
|
| OpenPersistenceManagerInViewInterceptor | Spring web request interceptor that binds a JDO PersistenceManager to thethread for the entire processing of the request. | Class | org.springframework.orm.jdo.support | Spring MVC |
|
| OpenSessionInterceptor | Simple AOP Alliance MethodInterceptor implementation that binds a newHibernate Session for each method invocation, if none bound before. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
|
| OpenSessionInterceptor | Simple AOP Alliance MethodInterceptor implementation that binds a newHibernate Session for each method invocation, if none bound before. | Class | org.springframework.orm.hibernate4.support | Spring MVC |
|
| OpenSessionInterceptor | Simple AOP Alliance MethodInterceptor implementation that binds a newHibernate Session for each method invocation, if none bound before. | Class | org.springframework.orm.hibernate5.support | Spring MVC |
|
| OpenSessionInViewFilter | Servlet Filter that binds a Hibernate Session to the thread for the entireprocessing of the request. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
|
| OpenSessionInViewFilter | Servlet Filter that binds a Hibernate Session to the thread for the entireprocessing of the request. | Class | org.springframework.orm.hibernate4.support | Spring MVC |
|
| OpenSessionInViewFilter | Servlet Filter that binds a Hibernate Session to the thread for the entireprocessing of the request. | Class | org.springframework.orm.hibernate5.support | Spring MVC |
|
| OpenSessionInViewInterceptor | Spring web request interceptor that binds a Hibernate Session to thethread for the entire processing of the request. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
|
| OpenSessionInViewInterceptor | Spring web request interceptor that binds a Hibernate Session to thethread for the entire processing of the request. | Class | org.springframework.orm.hibernate4.support | Spring MVC |
|
| OpenSessionInViewInterceptor | Spring web request interceptor that binds a Hibernate Session to thethread for the entire processing of the request. | Class | org.springframework.orm.hibernate5.support | Spring MVC |
|
| PersistenceAnnotationBeanPostProcessor | BeanPostProcessor that processes PersistenceUnitand PersistenceContext annotations, for injection of | Class | org.springframework.orm.jpa.support | Spring MVC |
|
| PersistenceManagerFactoryUtils | Helper class featuring methods for JDO PersistenceManager handling,allowing for reuse of PersistenceManager instances within transactions. | Class | org.springframework.orm.jdo | Spring MVC |
|
| PersistenceManagerHolder | Holder wrapping a JDO PersistenceManager. | Class | org.springframework.orm.jdo | Spring MVC |
|
| PersistenceUnitManager | Interface that defines an abstraction for finding and managingJPA PersistenceUnitInfos. | Interface | org.springframework.orm.jpa.persistenceunit | Spring MVC |
|
| PersistenceUnitPostProcessor | Callback interface for post-processing a JPA PersistenceUnitInfo. | Interface | org.springframework.orm.jpa.persistenceunit | Spring MVC |
|
| ScopedBeanInterceptor | Hibernate3 interceptor used for getting the proper entity name for scopedbeans. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
|
| SessionFactoryUtils | Helper class featuring methods for Hibernate Session handling,allowing for reuse of Hibernate Session instances within transactions. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| SessionFactoryUtils | Helper class featuring methods for Hibernate Session handling. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| SessionFactoryUtils | Helper class featuring methods for Hibernate Session handling. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| SessionHolder | Session holder, wrapping a Hibernate Session and a Hibernate Transaction. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| SessionHolder | Session holder, wrapping a Hibernate Session and a Hibernate Transaction. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| SessionHolder | Session holder, wrapping a Hibernate Session and a Hibernate Transaction. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| SharedEntityManagerBean | FactoryBean that exposes a shared JPA EntityManagerreference for a given EntityManagerFactory. | Class | org.springframework.orm.jpa.support | Spring MVC |
|
| SharedEntityManagerCreator | Delegate for creating a shareable JPA EntityManagerreference for a given EntityManagerFactory. | Class | org.springframework.orm.jpa | Spring MVC |
|
| SmartPersistenceUnitInfo | Extension of the standard JPA PersistenceUnitInfo interface, for advanced collaborationbetween Spring's LocalContainerEntityManagerFactoryBean | Interface | org.springframework.orm.jpa.persistenceunit | Spring MVC |
|
| SpringFlushSynchronization | Simple synchronization adapter that propagates a flush() callto the underlying Hibernate Session. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| SpringFlushSynchronization | Simple synchronization adapter that propagates a flush() callto the underlying Hibernate Session. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| SpringJtaSessionContext | Spring-specific subclass of Hibernate's JTASessionContext,setting FlushMode. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| SpringJtaSessionContext | Spring-specific subclass of Hibernate's JTASessionContext,setting FlushMode. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| SpringPersistenceManagerProxyBean | Proxy that implements the PersistenceManager interface,delegating to the current thread-bound PersistenceManager (the Spring-managed | Class | org.springframework.orm.jdo.support | Spring MVC |
|
| SpringSessionContext | that delegates to Spring's SessionFactoryUtils for providing aSpring-managed current Session. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| SpringSessionContext | that delegates to Spring's SessionFactoryUtils for providing aSpring-managed current Session. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| SpringSessionContext | that delegates to Spring's SessionFactoryUtils for providing aSpring-managed current Session. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| SpringSessionSynchronization | Callback for resource cleanup at the end of a Spring-managed transactionfor a pre-bound Hibernate Session. | Class | org.springframework.orm.hibernate4 | Spring MVC |
|
| SpringSessionSynchronization | Callback for resource cleanup at the end of a Spring-managed transactionfor a pre-bound Hibernate Session. | Class | org.springframework.orm.hibernate5 | Spring MVC |
|
| SpringTransactionFactory | Spring-aware implementation of the Hibernate TransactionFactory interface, aware ofSpring-synchronized transactions (in particular Spring-managed JTA transactions) | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| StandardPersistenceManagerProxyBean | Proxy that implements the PersistenceManager interface,delegating to a thread-bound PersistenceManager on each invocation - | Class | org.springframework.orm.jdo.support | Spring MVC |
|
| TransactionAwareDataSourceConnectionProvider | Subclass of LocalDataSourceConnectionProvider that returns atransaction-aware proxy for the exposed DataSource. | Class | org.springframework.orm.hibernate3 | Spring MVC |
|
| TransactionAwarePersistenceManagerFactoryProxy | Proxy for a target JDO PersistenceManagerFactory,returning the current thread-bound PersistenceManager (the Spring-managed | Class | org.springframework.orm.jdo | Spring MVC |
|
| TypeDefinitionBean | Bean that encapsulates a Hibernate type definition. | Class | org.springframework.orm.hibernate3 | Spring MVC |