|
The Spring Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
org.springframework.orm.hibernate
package.
See:
Description
Class Summary | |
---|---|
AbstractLobType | Abstract base class for Hibernate UserType implementations that map to LOBs. |
BlobByteArrayType | Hibernate UserType implementation for byte arrays that get mapped to BLOBs. |
BlobSerializableType | Hibernate UserType implementation for arbitrary objects that get serialized to BLOBs. |
BlobStringType | Hibernate UserType implementation for Strings that get mapped to BLOBs. |
ClobStringType | Hibernate UserType implementation for Strings that get mapped to CLOBs. |
HibernateDaoSupport | Convenient super class for Hibernate-based data access objects. |
OpenSessionInViewFilter | Servlet 2.3 Filter that binds a Hibernate Session to the thread for the entire processing of the request. |
OpenSessionInViewInterceptor | Spring web request interceptor that binds a Hibernate Session to the thread for the entire processing of the request. |
Classes supporting the org.springframework.orm.hibernate
package.
Contains a DAO base class for HibernateTemplate usage.
|
The Spring Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |