| Name | Description | Type | Package | Framework |
| AbstractLobType | Abstract base class for Hibernate UserType implementations that map to LOBs. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
| BlobByteArrayType | Hibernate UserType implementation for byte arrays that get mapped to BLOBs. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
| BlobSerializableType | Hibernate UserType implementation for arbitrary objects that get serialized to BLOBs. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
| BlobStringType | Hibernate UserType implementation for Strings that get mapped to BLOBs. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
| ClobStringType | Hibernate UserType implementation for Strings that get mapped to CLOBs. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
| HibernateDaoSupport | Convenient super class for Hibernate-based data access objects. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
| IdTransferringMergeEventListener | Extension of Hibernate's DefaultMergeEventListener, transferring the idsof newly saved objects to the corresponding original objects (that are part | Class | org.springframework.orm.hibernate3.support | Spring MVC |
| OpenSessionInterceptor | Simple AOP Alliance MethodInterceptor implementation that binds a newHibernate Session for each method invocation, if none bound before. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
| OpenSessionInViewFilter | Servlet Filter that binds a Hibernate Session to the thread for the entireprocessing of the request. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
| OpenSessionInViewInterceptor | Spring web request interceptor that binds a Hibernate Session to thethread for the entire processing of the request. | Class | org.springframework.orm.hibernate3.support | Spring MVC |
| ScopedBeanInterceptor | Hibernate3 interceptor used for getting the proper entity name for scopedbeans. | Class | org.springframework.orm.hibernate3.support | Spring MVC |