public class ScopedBeanInterceptor
extends org.hibernate.EmptyInterceptor
Usage example:
<bean id="sessionFactory" class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">
...
<property name="entityInterceptor">
<bean class="org.springframework.orm.hibernate3.support.ScopedBeanInterceptor"/>
</property>
</bean>| Constructor and Description |
|---|
ScopedBeanInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityName(Object entity) |
afterTransactionBegin, afterTransactionCompletion, beforeTransactionCompletion, findDirty, getEntity, instantiate, isTransient, onCollectionRecreate, onCollectionRemove, onCollectionUpdate, onDelete, onFlushDirty, onLoad, onPrepareStatement, onSave, postFlush, preFlushCopyright © 2015. All rights reserved.