类 AbstractLazyLoadInterceptor
- java.lang.Object
-
- org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
-
- org.hibernate.bytecode.enhance.spi.interceptor.AbstractLazyLoadInterceptor
-
- 所有已实现的接口:
BytecodeLazyAttributeInterceptor,SessionAssociableInterceptor,LazyPropertyInitializer.InterceptorImplementor,PersistentAttributeInterceptor
public abstract class AbstractLazyLoadInterceptor extends AbstractInterceptor implements BytecodeLazyAttributeInterceptor
- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 AbstractLazyLoadInterceptor(String entityName)AbstractLazyLoadInterceptor(String entityName, SharedSessionContractImplementor session)
-
方法概要
-
从类继承的方法 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
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
attributeInitialized, getEntityName, getIdentifier, getInitializedLazyAttributeNames
-
从接口继承的方法 org.hibernate.engine.spi.PersistentAttributeInterceptor
readBoolean, readByte, readChar, readDouble, readFloat, readInt, readLong, readObject, readShort, writeBoolean, writeByte, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeObject, writeShort
-
从接口继承的方法 org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociableInterceptor
allowLoadOutsideTransaction, getLinkedSession, getSessionFactoryUuid, setSession, unsetSession
-
-
-
-
构造器详细资料
-
AbstractLazyLoadInterceptor
public AbstractLazyLoadInterceptor(String entityName)
-
AbstractLazyLoadInterceptor
public AbstractLazyLoadInterceptor(String entityName, SharedSessionContractImplementor session)
-
-