@Deprecated public class ScopedBeanInterceptor extends 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>INSTANCE| Constructor and Description |
|---|
ScopedBeanInterceptor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntityName(java.lang.Object entity)
Deprecated.
|
afterTransactionBegin, afterTransactionCompletion, beforeTransactionCompletion, findDirty, getEntity, instantiate, isTransient, onCollectionRecreate, onCollectionRemove, onCollectionUpdate, onDelete, onFlushDirty, onLoad, onPrepareStatement, onSave, postFlush, preFlushpublic java.lang.String getEntityName(java.lang.Object entity)
getEntityName in interface InterceptorgetEntityName in class EmptyInterceptor