Class AbstractLazyLoadInterceptor
java.lang.Object
org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
org.hibernate.bytecode.enhance.spi.interceptor.AbstractLazyLoadInterceptor
- All Implemented Interfaces:
BytecodeLazyAttributeInterceptor
,SessionAssociableInterceptor
,LazyPropertyInitializer.InterceptorImplementor
,PersistentAttributeInterceptor
- Direct Known Subclasses:
EnhancementAsProxyLazinessInterceptor
,LazyAttributeLoadingInterceptor
public abstract class AbstractLazyLoadInterceptor
extends AbstractInterceptor
implements BytecodeLazyAttributeInterceptor
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractLazyLoadInterceptor
(String entityName) AbstractLazyLoadInterceptor
(String entityName, SharedSessionContractImplementor session) -
Method Summary
Methods inherited from class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
allowLoadOutsideTransaction, getEntityName, getLinkedSession, getSessionFactoryUuid, handleRead, handleWrite, readBoolean, readByte, readChar, readDouble, readFloat, readInt, readLong, readObject, readShort, setSession, unsetSession, writeBoolean, writeByte, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeObject, writeShort
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
attributeInitialized, getEntityName, getIdentifier, getInitializedLazyAttributeNames, hasAnyUninitializedAttributes, isAttributeLoaded
Methods inherited from interface org.hibernate.engine.spi.PersistentAttributeInterceptor
readBoolean, readByte, readChar, readDouble, readFloat, readInt, readLong, readObject, readShort, writeBoolean, writeByte, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeObject, writeShort
Methods inherited from interface org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociableInterceptor
allowLoadOutsideTransaction, getLinkedSession, getSessionFactoryUuid, setSession, unsetSession
-
Constructor Details
-
AbstractLazyLoadInterceptor
-