|
|||||||||
| Home >> All >> org >> springframework >> orm >> hibernate3 >> [ support overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.springframework.orm.hibernate3.support
Package providing integration of Hibernate3 with Spring concepts.
See:
Description
| Class Summary | |
| AbstractLobType | Abstract base class for Hibernate UserType implementations that map to LOBs. |
| AbstractLobType.JtaLobCreatorSynchronization | Callback for resource cleanup at the end of a JTA transaction. |
| AbstractLobType.SpringLobCreatorSynchronization | Callback for resource cleanup at the end of a Spring transaction. |
| BlobByteArrayType | Hibernate UserType implementation for byte arrays that get mapped to BLOBs. |
| BlobSerializableType | Hibernate UserType implementation for arbitrary objects that get serialized to BLOBs. |
| ClobStringType | Hibernate UserType implementation for Strings that get mapped to CLOBs. |
| HibernateDaoSupport | Convenient super class for Hibernate 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 HandlerInterceptor that binds a Hibernate Session to the thread for the entire processing of the request. |
Package org.springframework.orm.hibernate3.support Description
Package providing integration of Hibernate3 with Spring concepts.
Contains SessionFactory helper classes, a template plus callback for Hibernate access, and a Hibernate implementation of Spring's transaction SPI.
This package supports Hibernate 3.x only. See the org.springframework.orm.hibernate package for Hibernate 2.1 support.
|
|||||||||
| Home >> All >> org >> springframework >> orm >> hibernate3 >> [ support overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||