Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.orm Classes and Interfaces - 134 results found.
NameDescriptionTypePackageFramework
AbstractEntityManagerFactoryBeanAbstract FactoryBean that createsa local JPA EntityManagerFactory instance withinClassorg.springframework.orm.jpaSpring MVC
AbstractJpaVendorAdapterAbstract JpaVendorAdapter implementation that defines common properties,to be translated into vendor-specific JPA properties by concrete subclasses.Classorg.springframework.orm.jpa.vendorSpring MVC
AbstractLobTypeAbstract base class for Hibernate UserType implementations that map to LOBs.Classorg.springframework.orm.hibernate3.supportSpring MVC
AbstractSessionFactoryBeanAbstract FactoryBean that createsa Hibernate SessionFactory within a Spring applicationClassorg.springframework.orm.hibernate3Spring MVC
AnnotationSessionFactoryBeanSubclass of Spring's standard LocalSessionFactoryBean for Hibernate,supporting annotation metadata for mappings.Classorg.springframework.orm.hibernate3.annotationSpring MVC
BlobByteArrayTypeHibernate UserType implementation for byte arrays that get mapped to BLOBs.Classorg.springframework.orm.hibernate3.supportSpring MVC
BlobSerializableTypeHibernate UserType implementation for arbitrary objects that get serialized to BLOBs.Classorg.springframework.orm.hibernate3.supportSpring MVC
BlobStringTypeHibernate UserType implementation for Strings that get mapped to BLOBs.Classorg.springframework.orm.hibernate3.supportSpring MVC
ClobStringTypeHibernate UserType implementation for Strings that get mapped to CLOBs.Classorg.springframework.orm.hibernate3.supportSpring MVC
DatabaseEnumeration for common database platforms.Classorg.springframework.orm.jpa.vendorSpring MVC
DefaultJdoDialectDefault implementation of the JdoDialect interface.Classorg.springframework.orm.jdoSpring MVC
DefaultJpaDialectDefault implementation of the JpaDialect interface.Classorg.springframework.orm.jpaSpring MVC
DefaultPersistenceUnitManagerDefault implementation of the PersistenceUnitManager interface.Classorg.springframework.orm.jpa.persistenceunitSpring MVC
EclipseLinkJpaDialectJpaDialect implementation for EclipsePersistence Services (EclipseLink).Classorg.springframework.orm.jpa.vendorSpring MVC
EclipseLinkJpaVendorAdapterJpaVendorAdapter implementation for EclipsePersistence Services (EclipseLink).Classorg.springframework.orm.jpa.vendorSpring MVC
EntityManagerFactoryAccessorBase class for any class that needs to access a JPA EntityManagerFactory,usually in order to obtain a JPA EntityManager.Classorg.springframework.orm.jpaSpring MVC
EntityManagerFactoryInfoMetadata interface for a Spring-managed JPA EntityManagerFactory.Interfaceorg.springframework.orm.jpaSpring MVC
EntityManagerFactoryUtilsHelper class featuring methods for JPA EntityManager handling,allowing for reuse of EntityManager instances within transactions.Classorg.springframework.orm.jpaSpring MVC
EntityManagerHolderHolder wrapping a JPA EntityManager.Classorg.springframework.orm.jpaSpring MVC
EntityManagerProxySubinterface of EntityManager to be implemented byEntityManager proxies.Interfaceorg.springframework.orm.jpaSpring MVC
ExtendedEntityManagerCreatorDelegate for creating a variety of EntityManagerproxies that follow the JPA spec's semantics for extended EntityManagers.Classorg.springframework.orm.jpaSpring MVC
FilterDefinitionFactoryBeanConvenient FactoryBean for defining Hibernate FilterDefinitions.Classorg.springframework.orm.hibernate3Spring MVC
HibernateAccessorBase class for HibernateTemplate and HibernateInterceptor,defining common properties such as SessionFactory and flushing behavior.Classorg.springframework.orm.hibernate3Spring MVC
HibernateCallbackCallback interface for Hibernate code.Interfaceorg.springframework.orm.hibernate3Spring MVC
HibernateCallbackCallback interface for Hibernate code.Interfaceorg.springframework.orm.hibernate4Spring MVC
HibernateCallbackCallback interface for Hibernate code.Interfaceorg.springframework.orm.hibernate5Spring MVC
HibernateDaoSupportConvenient super class for Hibernate-based data access objects.Classorg.springframework.orm.hibernate3.supportSpring MVC
HibernateDaoSupportConvenient super class for Hibernate-based data access objects.Classorg.springframework.orm.hibernate4.supportSpring MVC
HibernateDaoSupportConvenient super class for Hibernate-based data access objects.Classorg.springframework.orm.hibernate5.supportSpring MVC
HibernateExceptionTranslatorPersistenceExceptionTranslator capable of translating HibernateExceptioninstances to Spring's DataAccessException hierarchy.Classorg.springframework.orm.hibernate3Spring MVC
HibernateExceptionTranslatorPersistenceExceptionTranslator capable of translating HibernateExceptioninstances to Spring's DataAccessException hierarchy.Classorg.springframework.orm.hibernate4Spring MVC
HibernateExceptionTranslatorPersistenceExceptionTranslator capable of translating HibernateExceptioninstances to Spring's DataAccessException hierarchy.Classorg.springframework.orm.hibernate5Spring MVC
HibernateInterceptorThis interceptor binds a new Hibernate Session to the thread before a methodcall, closing and removing it afterwards in case of any method outcome.Classorg.springframework.orm.hibernate3Spring MVC
HibernateJdbcExceptionHibernate-specific subclass of UncategorizedDataAccessException,for JDBC exceptions that Hibernate wrapped.Classorg.springframework.orm.hibernate3Spring MVC
HibernateJdbcExceptionHibernate-specific subclass of UncategorizedDataAccessException,for JDBC exceptions that Hibernate wrapped.Classorg.springframework.orm.hibernate4Spring MVC
HibernateJdbcExceptionHibernate-specific subclass of UncategorizedDataAccessException,for JDBC exceptions that Hibernate wrapped.Classorg.springframework.orm.hibernate5Spring MVC
HibernateJpaDialectJpaDialect implementation forHibernate EntityManager.Classorg.springframework.orm.jpa.vendorSpring MVC
HibernateJpaSessionFactoryBeanSimple FactoryBean that exposes the underlying SessionFactorybehind a Hibernate-backed JPA EntityManagerFactory.Classorg.springframework.orm.jpa.vendorSpring MVC
HibernateJpaVendorAdapterJpaVendorAdapter implementation for HibernateEntityManager.Classorg.springframework.orm.jpa.vendorSpring MVC
HibernateObjectRetrievalFailureExceptionHibernate-specific subclass of ObjectRetrievalFailureException.Classorg.springframework.orm.hibernate3Spring MVC
HibernateObjectRetrievalFailureExceptionHibernate-specific subclass of ObjectRetrievalFailureException.Classorg.springframework.orm.hibernate4Spring MVC
HibernateObjectRetrievalFailureExceptionHibernate-specific subclass of ObjectRetrievalFailureException.Classorg.springframework.orm.hibernate5Spring MVC
HibernateOperationsInterface that specifies a basic set of Hibernate operations,option to enhance testability, as it can easily be mocked or stubbed.Interfaceorg.springframework.orm.hibernate3Spring MVC
HibernateOperationsInterface that specifies a basic set of Hibernate operations,option to enhance testability, as it can easily be mocked or stubbed.Interfaceorg.springframework.orm.hibernate4Spring MVC
HibernateOperationsInterface that specifies a basic set of Hibernate operations,option to enhance testability, as it can easily be mocked or stubbed.Interfaceorg.springframework.orm.hibernate5Spring MVC
HibernateOptimisticLockingFailureExceptionHibernate-specific subclass of ObjectOptimisticLockingFailureException.Classorg.springframework.orm.hibernate3Spring MVC
HibernateOptimisticLockingFailureExceptionHibernate-specific subclass of ObjectOptimisticLockingFailureException.Classorg.springframework.orm.hibernate4Spring MVC
HibernateOptimisticLockingFailureExceptionHibernate-specific subclass of ObjectOptimisticLockingFailureException.Classorg.springframework.orm.hibernate5Spring MVC
HibernateQueryExceptionHibernate-specific subclass of InvalidDataAccessResourceUsageException,thrown on invalid HQL query syntax.Classorg.springframework.orm.hibernate3Spring MVC
HibernateQueryExceptionHibernate-specific subclass of InvalidDataAccessResourceUsageException,thrown on invalid HQL query syntax.Classorg.springframework.orm.hibernate4Spring MVC
HibernateQueryExceptionHibernate-specific subclass of InvalidDataAccessResourceUsageException,thrown on invalid HQL query syntax.Classorg.springframework.orm.hibernate5Spring MVC
HibernateSystemExceptionHibernate-specific subclass of UncategorizedDataAccessException,for Hibernate system errors that do not match any concreteClassorg.springframework.orm.hibernate3Spring MVC
HibernateSystemExceptionHibernate-specific subclass of UncategorizedDataAccessException,for Hibernate system errors that do not match any concreteClassorg.springframework.orm.hibernate4Spring MVC
HibernateSystemExceptionHibernate-specific subclass of UncategorizedDataAccessException,for Hibernate system errors that do not match any concreteClassorg.springframework.orm.hibernate5Spring MVC
HibernateTemplateHelper class that simplifies Hibernate data access code.Classorg.springframework.orm.hibernate3Spring MVC
HibernateTemplateHelper class that simplifies Hibernate data access code.Classorg.springframework.orm.hibernate4Spring MVC
HibernateTemplateHelper class that simplifies Hibernate data access code.Classorg.springframework.orm.hibernate5Spring MVC
HibernateTransactionManagerPlatformTransactionManagerBinds a Hibernate Session from the specified factory to the thread, potentiallyClassorg.springframework.orm.hibernate3Spring MVC
HibernateTransactionManagerPlatformTransactionManagerBinds a Hibernate Session from the specified factory to the thread,Classorg.springframework.orm.hibernate4Spring MVC
HibernateTransactionManagerPlatformTransactionManagerBinds a Hibernate Session from the specified factory to the thread,Classorg.springframework.orm.hibernate5Spring MVC
IdTransferringMergeEventListenerExtension of Hibernate's DefaultMergeEventListener, transferring the idsof newly saved objects to the corresponding original objects (that are partClassorg.springframework.orm.hibernate3.supportSpring MVC
JdoDialectSPI strategy that allows for customizing integration with a specific JDO provider,in particular regarding transaction management and exception translation.Interfaceorg.springframework.orm.jdoSpring MVC
JdoObjectRetrievalFailureExceptionJDO-specific subclass of ObjectRetrievalFailureException.Classorg.springframework.orm.jdoSpring MVC
JdoOptimisticLockingFailureExceptionJDO-specific subclass of ObjectOptimisticLockingFailureException.Classorg.springframework.orm.jdoSpring MVC
JdoResourceFailureExceptionJDO-specific subclass of DataAccessResourceFailureException.Classorg.springframework.orm.jdoSpring MVC
JdoSystemExceptionJDO-specific subclass of UncategorizedDataAccessException,for JDO system errors that do not match any concreteClassorg.springframework.orm.jdoSpring MVC
JdoTransactionManagerPlatformTransactionManager implementation for asingle JDO PersistenceManagerFactory.Classorg.springframework.orm.jdoSpring MVC
JdoUsageExceptionJDO-specific subclass of InvalidDataAccessApiUsageException.Classorg.springframework.orm.jdoSpring MVC
JpaDialectSPI strategy that encapsulates certain functionality that standard JPA 2.Interfaceorg.springframework.orm.jpaSpring MVC
JpaObjectRetrievalFailureExceptionJPA-specific subclass of ObjectRetrievalFailureException.Classorg.springframework.orm.jpaSpring MVC
JpaOptimisticLockingFailureExceptionJPA-specific subclass of ObjectOptimisticLockingFailureException.Classorg.springframework.orm.jpaSpring MVC
JpaSystemExceptionJPA-specific subclass of UncategorizedDataAccessException,for JPA system errors that do not match any concreteClassorg.springframework.orm.jpaSpring MVC
JpaTransactionManagerPlatformTransactionManager implementationfor a single JPA EntityManagerFactory.Classorg.springframework.orm.jpaSpring MVC
JpaVendorAdapterSPI interface that allows to plug in vendor-specific behaviorinto Spring's EntityManagerFactory creators.Interfaceorg.springframework.orm.jpaSpring MVC
LocalContainerEntityManagerFactoryBeanFactoryBean that creates a JPAEntityManagerFactory according to JPA's standardClassorg.springframework.orm.jpaSpring MVC
LocalDataSourceConnectionProviderHibernate connection provider for local DataSource instancesin an application context.Classorg.springframework.orm.hibernate3Spring MVC
LocalEntityManagerFactoryBeanFactoryBean that creates a JPAEntityManagerFactory according to JPA's standardClassorg.springframework.orm.jpaSpring MVC
LocalJtaDataSourceConnectionProviderSubclass of LocalDataSourceConnectionProvider that will be usedif LocalSessionFactoryBean's dataSource property is setClassorg.springframework.orm.hibernate3Spring MVC
LocalPersistenceManagerFactoryBeanFactoryBean that creates aJDO PersistenceManagerFactory.Classorg.springframework.orm.jdoSpring MVC
LocalRegionFactoryProxyProxy for a Hibernate RegionFactory, delegating to a Spring-managedRegionFactory instance, determined by LocalSessionFactoryBean'sClassorg.springframework.orm.hibernate3Spring MVC
LocalSessionFactoryBeanFactoryBean that creates aHibernate SessionFactory.Classorg.springframework.orm.hibernate3Spring MVC
LocalSessionFactoryBeanFactoryBean that creates a HibernateSessionFactory.Classorg.springframework.orm.hibernate4Spring MVC
LocalSessionFactoryBeanFactoryBean that creates a HibernateSessionFactory.Classorg.springframework.orm.hibernate5Spring MVC
LocalSessionFactoryBuilderA Spring-provided extension of the standard Hibernate Configuration class,adding SpringSessionContext as a default and providing convenient waysClassorg.springframework.orm.hibernate4Spring MVC
LocalSessionFactoryBuilderA Spring-provided extension of the standard Hibernate Configuration class,adding SpringSessionContext as a default and providing convenient waysClassorg.springframework.orm.hibernate5Spring MVC
LocalTransactionManagerLookupthat returns a Spring-managed JTA TransactionManager, determinedby LocalSessionFactoryBean's jtaTransactionManager property.Classorg.springframework.orm.hibernate3Spring MVC
MutablePersistenceUnitInfoSpring's base implementation of the JPAPersistenceUnitInfo interface,Classorg.springframework.orm.jpa.persistenceunitSpring MVC
ObjectOptimisticLockingFailureExceptionException thrown on an optimistic locking violation for a mapped object.Classorg.springframework.ormSpring MVC
ObjectRetrievalFailureExceptionException thrown if a mapped object could not be retrieved via its identifier.Classorg.springframework.ormSpring MVC
OpenEntityManagerInViewFilterServlet Filter that binds a JPA EntityManager to the thread for theentire processing of the request.Classorg.springframework.orm.jpa.supportSpring MVC
OpenEntityManagerInViewInterceptorSpring web request interceptor that binds a JPA EntityManager to thethread for the entire processing of the request.Classorg.springframework.orm.jpa.supportSpring MVC
OpenJpaDialectJpaDialect implementation for Apache OpenJPA.Classorg.springframework.orm.jpa.vendorSpring MVC
OpenJpaVendorAdapterJpaVendorAdapter implementation for Apache OpenJPA.Classorg.springframework.orm.jpa.vendorSpring MVC
OpenPersistenceManagerInViewFilterServlet Filter that binds a JDO PersistenceManager to the thread for theentire processing of the request.Classorg.springframework.orm.jdo.supportSpring MVC
OpenPersistenceManagerInViewInterceptorSpring web request interceptor that binds a JDO PersistenceManager to thethread for the entire processing of the request.Classorg.springframework.orm.jdo.supportSpring MVC
OpenSessionInterceptorSimple AOP Alliance MethodInterceptor implementation that binds a newHibernate Session for each method invocation, if none bound before.Classorg.springframework.orm.hibernate3.supportSpring MVC
OpenSessionInterceptorSimple AOP Alliance MethodInterceptor implementation that binds a newHibernate Session for each method invocation, if none bound before.Classorg.springframework.orm.hibernate4.supportSpring MVC
OpenSessionInterceptorSimple AOP Alliance MethodInterceptor implementation that binds a newHibernate Session for each method invocation, if none bound before.Classorg.springframework.orm.hibernate5.supportSpring MVC
OpenSessionInViewFilterServlet Filter that binds a Hibernate Session to the thread for the entireprocessing of the request.Classorg.springframework.orm.hibernate3.supportSpring MVC
OpenSessionInViewFilterServlet Filter that binds a Hibernate Session to the thread for the entireprocessing of the request.Classorg.springframework.orm.hibernate4.supportSpring MVC
OpenSessionInViewFilterServlet Filter that binds a Hibernate Session to the thread for the entireprocessing of the request.Classorg.springframework.orm.hibernate5.supportSpring MVC
OpenSessionInViewInterceptorSpring web request interceptor that binds a Hibernate Session to thethread for the entire processing of the request.Classorg.springframework.orm.hibernate3.supportSpring MVC
OpenSessionInViewInterceptorSpring web request interceptor that binds a Hibernate Session to thethread for the entire processing of the request.Classorg.springframework.orm.hibernate4.supportSpring MVC
OpenSessionInViewInterceptorSpring web request interceptor that binds a Hibernate Session to thethread for the entire processing of the request.Classorg.springframework.orm.hibernate5.supportSpring MVC
PersistenceAnnotationBeanPostProcessorBeanPostProcessor that processes PersistenceUnitand PersistenceContext annotations, for injection ofClassorg.springframework.orm.jpa.supportSpring MVC
PersistenceManagerFactoryUtilsHelper class featuring methods for JDO PersistenceManager handling,allowing for reuse of PersistenceManager instances within transactions.Classorg.springframework.orm.jdoSpring MVC
PersistenceManagerHolderHolder wrapping a JDO PersistenceManager.Classorg.springframework.orm.jdoSpring MVC
PersistenceUnitManagerInterface that defines an abstraction for finding and managingJPA PersistenceUnitInfos.Interfaceorg.springframework.orm.jpa.persistenceunitSpring MVC
PersistenceUnitPostProcessorCallback interface for post-processing a JPA PersistenceUnitInfo.Interfaceorg.springframework.orm.jpa.persistenceunitSpring MVC
ScopedBeanInterceptorHibernate3 interceptor used for getting the proper entity name for scopedbeans.Classorg.springframework.orm.hibernate3.supportSpring MVC
SessionFactoryUtilsHelper class featuring methods for Hibernate Session handling,allowing for reuse of Hibernate Session instances within transactions.Classorg.springframework.orm.hibernate3Spring MVC
SessionFactoryUtilsHelper class featuring methods for Hibernate Session handling.Classorg.springframework.orm.hibernate4Spring MVC
SessionFactoryUtilsHelper class featuring methods for Hibernate Session handling.Classorg.springframework.orm.hibernate5Spring MVC
SessionHolderSession holder, wrapping a Hibernate Session and a Hibernate Transaction.Classorg.springframework.orm.hibernate3Spring MVC
SessionHolderSession holder, wrapping a Hibernate Session and a Hibernate Transaction.Classorg.springframework.orm.hibernate4Spring MVC
SessionHolderSession holder, wrapping a Hibernate Session and a Hibernate Transaction.Classorg.springframework.orm.hibernate5Spring MVC
SharedEntityManagerBeanFactoryBean that exposes a shared JPA EntityManagerreference for a given EntityManagerFactory.Classorg.springframework.orm.jpa.supportSpring MVC
SharedEntityManagerCreatorDelegate for creating a shareable JPA EntityManagerreference for a given EntityManagerFactory.Classorg.springframework.orm.jpaSpring MVC
SmartPersistenceUnitInfoExtension of the standard JPA PersistenceUnitInfo interface, for advanced collaborationbetween Spring's LocalContainerEntityManagerFactoryBeanInterfaceorg.springframework.orm.jpa.persistenceunitSpring MVC
SpringFlushSynchronizationSimple synchronization adapter that propagates a flush() callto the underlying Hibernate Session.Classorg.springframework.orm.hibernate4Spring MVC
SpringFlushSynchronizationSimple synchronization adapter that propagates a flush() callto the underlying Hibernate Session.Classorg.springframework.orm.hibernate5Spring MVC
SpringJtaSessionContextSpring-specific subclass of Hibernate's JTASessionContext,setting FlushMode.Classorg.springframework.orm.hibernate4Spring MVC
SpringJtaSessionContextSpring-specific subclass of Hibernate's JTASessionContext,setting FlushMode.Classorg.springframework.orm.hibernate5Spring MVC
SpringPersistenceManagerProxyBeanProxy that implements the PersistenceManager interface,delegating to the current thread-bound PersistenceManager (the Spring-managedClassorg.springframework.orm.jdo.supportSpring MVC
SpringSessionContextthat delegates to Spring's SessionFactoryUtils for providing aSpring-managed current Session.Classorg.springframework.orm.hibernate3Spring MVC
SpringSessionContextthat delegates to Spring's SessionFactoryUtils for providing aSpring-managed current Session.Classorg.springframework.orm.hibernate4Spring MVC
SpringSessionContextthat delegates to Spring's SessionFactoryUtils for providing aSpring-managed current Session.Classorg.springframework.orm.hibernate5Spring MVC
SpringSessionSynchronizationCallback for resource cleanup at the end of a Spring-managed transactionfor a pre-bound Hibernate Session.Classorg.springframework.orm.hibernate4Spring MVC
SpringSessionSynchronizationCallback for resource cleanup at the end of a Spring-managed transactionfor a pre-bound Hibernate Session.Classorg.springframework.orm.hibernate5Spring MVC
SpringTransactionFactorySpring-aware implementation of the Hibernate TransactionFactory interface, aware ofSpring-synchronized transactions (in particular Spring-managed JTA transactions)Classorg.springframework.orm.hibernate3Spring MVC
StandardPersistenceManagerProxyBeanProxy that implements the PersistenceManager interface,delegating to a thread-bound PersistenceManager on each invocation -Classorg.springframework.orm.jdo.supportSpring MVC
TransactionAwareDataSourceConnectionProviderSubclass of LocalDataSourceConnectionProvider that returns atransaction-aware proxy for the exposed DataSource.Classorg.springframework.orm.hibernate3Spring MVC
TransactionAwarePersistenceManagerFactoryProxyProxy for a target JDO PersistenceManagerFactory,returning the current thread-bound PersistenceManager (the Spring-managedClassorg.springframework.orm.jdoSpring MVC
TypeDefinitionBeanBean that encapsulates a Hibernate type definition.Classorg.springframework.orm.hibernate3Spring MVC