Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.orm.hibernate3 Classes and Interfaces - 37 results found.
NameDescriptionTypePackageFramework
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
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
HibernateDaoSupportConvenient super class for Hibernate-based data access objects.Classorg.springframework.orm.hibernate3.supportSpring MVC
HibernateExceptionTranslatorPersistenceExceptionTranslator capable of translating HibernateExceptioninstances to Spring's DataAccessException hierarchy.Classorg.springframework.orm.hibernate3Spring 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
HibernateObjectRetrievalFailureExceptionHibernate-specific subclass of ObjectRetrievalFailureException.Classorg.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.hibernate3Spring MVC
HibernateOptimisticLockingFailureExceptionHibernate-specific subclass of ObjectOptimisticLockingFailureException.Classorg.springframework.orm.hibernate3Spring MVC
HibernateQueryExceptionHibernate-specific subclass of InvalidDataAccessResourceUsageException,thrown on invalid HQL query syntax.Classorg.springframework.orm.hibernate3Spring MVC
HibernateSystemExceptionHibernate-specific subclass of UncategorizedDataAccessException,for Hibernate system errors that do not match any concreteClassorg.springframework.orm.hibernate3Spring MVC
HibernateTemplateHelper class that simplifies Hibernate data access code.Classorg.springframework.orm.hibernate3Spring MVC
HibernateTransactionManagerPlatformTransactionManagerBinds a Hibernate Session from the specified factory to the thread, potentiallyClassorg.springframework.orm.hibernate3Spring 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
LocalDataSourceConnectionProviderHibernate connection provider for local DataSource instancesin an application context.Classorg.springframework.orm.hibernate3Spring MVC
LocalJtaDataSourceConnectionProviderSubclass of LocalDataSourceConnectionProvider that will be usedif LocalSessionFactoryBean's dataSource property is setClassorg.springframework.orm.hibernate3Spring 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
LocalTransactionManagerLookupthat returns a Spring-managed JTA TransactionManager, determinedby LocalSessionFactoryBean's jtaTransactionManager property.Classorg.springframework.orm.hibernate3Spring 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
OpenSessionInViewFilterServlet Filter that binds a Hibernate Session to the thread for the entireprocessing 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.hibernate3.supportSpring 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
SessionHolderSession holder, wrapping a Hibernate Session and a Hibernate Transaction.Classorg.springframework.orm.hibernate3Spring MVC
SpringSessionContextthat delegates to Spring's SessionFactoryUtils for providing aSpring-managed current Session.Classorg.springframework.orm.hibernate3Spring MVC
SpringTransactionFactorySpring-aware implementation of the Hibernate TransactionFactory interface, aware ofSpring-synchronized transactions (in particular Spring-managed JTA transactions)Classorg.springframework.orm.hibernate3Spring MVC
TransactionAwareDataSourceConnectionProviderSubclass of LocalDataSourceConnectionProvider that returns atransaction-aware proxy for the exposed DataSource.Classorg.springframework.orm.hibernate3Spring MVC
TypeDefinitionBeanBean that encapsulates a Hibernate type definition.Classorg.springframework.orm.hibernate3Spring MVC