public interface SessionAssociableInterceptor extends PersistentAttributeInterceptor
Modifier and Type | Method and Description |
---|---|
boolean |
allowLoadOutsideTransaction() |
SharedSessionContractImplementor |
getLinkedSession() |
String |
getSessionFactoryUuid() |
void |
setSession(SharedSessionContractImplementor session) |
void |
unsetSession() |
attributeInitialized, getInitializedLazyAttributeNames, readBoolean, readByte, readChar, readDouble, readFloat, readInt, readLong, readObject, readShort, writeBoolean, writeByte, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeObject, writeShort
SharedSessionContractImplementor getLinkedSession()
void setSession(SharedSessionContractImplementor session)
void unsetSession()
boolean allowLoadOutsideTransaction()
String getSessionFactoryUuid()
Copyright © 2019 JBoss by Red Hat. All rights reserved.