接口 SessionAssociableInterceptor
-
- 所有已知子接口:
BytecodeLazyAttributeInterceptor
- 所有已知实现类:
AbstractInterceptor,AbstractLazyLoadInterceptor,EnhancementAsProxyLazinessInterceptor,LazyAttributeLoadingInterceptor
public interface SessionAssociableInterceptor extends PersistentAttributeInterceptor
- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 booleanallowLoadOutsideTransaction()SharedSessionContractImplementorgetLinkedSession()StringgetSessionFactoryUuid()voidsetSession(SharedSessionContractImplementor session)voidunsetSession()-
从接口继承的方法 org.hibernate.engine.spi.PersistentAttributeInterceptor
attributeInitialized, getInitializedLazyAttributeNames, readBoolean, readByte, readChar, readDouble, readFloat, readInt, readLong, readObject, readShort, writeBoolean, writeByte, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeObject, writeShort
-
-
-
-
方法详细资料
-
getLinkedSession
SharedSessionContractImplementor getLinkedSession()
-
setSession
void setSession(SharedSessionContractImplementor session)
-
unsetSession
void unsetSession()
-
allowLoadOutsideTransaction
boolean allowLoadOutsideTransaction()
-
getSessionFactoryUuid
String getSessionFactoryUuid()
-
-