@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 |
---|---|
String |
getEntityName(Object entity)
Deprecated.
|
afterTransactionBegin, afterTransactionCompletion, beforeTransactionCompletion, findDirty, getEntity, instantiate, isTransient, onCollectionRecreate, onCollectionRemove, onCollectionUpdate, onDelete, onFlushDirty, onLoad, onPrepareStatement, onSave, postFlush, preFlush
public String getEntityName(Object entity)
getEntityName
in interface Interceptor
getEntityName
in class EmptyInterceptor