Interface SessionAssociableInterceptor
- All Superinterfaces:
LazyPropertyInitializer.InterceptorImplementor,PersistentAttributeInterceptor
- All Known Subinterfaces:
BytecodeLazyAttributeInterceptor
- All Known Implementing Classes:
AbstractInterceptor,AbstractLazyLoadInterceptor,EnhancementAsProxyLazinessInterceptor,LazyAttributeLoadingInterceptor
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidvoidMethods inherited from interface org.hibernate.engine.spi.PersistentAttributeInterceptor
attributeInitialized, getInitializedLazyAttributeNames, isAttributeLoaded, readBoolean, readByte, readChar, readDouble, readFloat, readInt, readLong, readObject, readShort, writeBoolean, writeByte, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeObject, writeShort
-
Method Details
-
getLinkedSession
SharedSessionContractImplementor getLinkedSession() -
unsetSession
void unsetSession() -
allowLoadOutsideTransaction
boolean allowLoadOutsideTransaction() -
getSessionFactoryUuid
String getSessionFactoryUuid()
-