Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.orm.hibernate3.support Classes and Interfaces - 11 results found.
NameDescriptionTypePackageFramework
AbstractLobTypeAbstract base class for Hibernate UserType implementations that map to LOBs.Classorg.springframework.orm.hibernate3.supportSpring 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
HibernateDaoSupportConvenient super class for Hibernate-based data access objects.Classorg.springframework.orm.hibernate3.supportSpring 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
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