Generated by
JDiff

Package org.springframework.orm.hibernate3.support

Changed Classes
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.
IdTransferringMergeEventListener Extension of Hibernate's DefaultMergeEventListener, transferring the ids of newly saved objects to the corresponding original objects (that are part of the detached object graph passed into the {@code merge} method).
OpenSessionInViewFilter Servlet 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 {@code Session} to the thread for the entire processing of the request.
OpenSessionInterceptor Simple AOP Alliance MethodInterceptor implementation that binds a new Hibernate Session for each method invocation, if none bound before.
ScopedBeanInterceptor Hibernate3 interceptor used for getting the proper entity name for scoped beans.