Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.orm.hibernate4 Classes and Interfaces - 22 results found.
NameDescriptionTypePackageFramework
HibernateCallbackCallback interface for Hibernate code.Interfaceorg.springframework.orm.hibernate4Spring MVC
HibernateDaoSupportConvenient super class for Hibernate-based data access objects.Classorg.springframework.orm.hibernate4.supportSpring MVC
HibernateExceptionTranslatorPersistenceExceptionTranslator capable of translating HibernateExceptioninstances to Spring's DataAccessException hierarchy.Classorg.springframework.orm.hibernate4Spring MVC
HibernateJdbcExceptionHibernate-specific subclass of UncategorizedDataAccessException,for JDBC exceptions that Hibernate wrapped.Classorg.springframework.orm.hibernate4Spring MVC
HibernateObjectRetrievalFailureExceptionHibernate-specific subclass of ObjectRetrievalFailureException.Classorg.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.hibernate4Spring MVC
HibernateOptimisticLockingFailureExceptionHibernate-specific subclass of ObjectOptimisticLockingFailureException.Classorg.springframework.orm.hibernate4Spring MVC
HibernateQueryExceptionHibernate-specific subclass of InvalidDataAccessResourceUsageException,thrown on invalid HQL query syntax.Classorg.springframework.orm.hibernate4Spring MVC
HibernateSystemExceptionHibernate-specific subclass of UncategorizedDataAccessException,for Hibernate system errors that do not match any concreteClassorg.springframework.orm.hibernate4Spring MVC
HibernateTemplateHelper class that simplifies Hibernate data access code.Classorg.springframework.orm.hibernate4Spring MVC
HibernateTransactionManagerPlatformTransactionManagerBinds a Hibernate Session from the specified factory to the thread,Classorg.springframework.orm.hibernate4Spring MVC
LocalSessionFactoryBeanFactoryBean that creates a HibernateSessionFactory.Classorg.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.hibernate4Spring 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
OpenSessionInViewFilterServlet Filter that binds a Hibernate Session to the thread for the entireprocessing 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.hibernate4.supportSpring MVC
SessionFactoryUtilsHelper class featuring methods for Hibernate Session handling.Classorg.springframework.orm.hibernate4Spring MVC
SessionHolderSession holder, wrapping a Hibernate Session and a Hibernate Transaction.Classorg.springframework.orm.hibernate4Spring MVC
SpringFlushSynchronizationSimple synchronization adapter that propagates a flush() callto the underlying Hibernate Session.Classorg.springframework.orm.hibernate4Spring MVC
SpringJtaSessionContextSpring-specific subclass of Hibernate's JTASessionContext,setting FlushMode.Classorg.springframework.orm.hibernate4Spring MVC
SpringSessionContextthat delegates to Spring's SessionFactoryUtils for providing aSpring-managed current 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.hibernate4Spring MVC