类 JavassistLazyInitializer
- java.lang.Object
-
- org.hibernate.proxy.AbstractLazyInitializer
-
- org.hibernate.proxy.pojo.BasicLazyInitializer
-
- org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer
-
- 所有已实现的接口:
javassist.util.proxy.MethodHandler,LazyInitializer
public class JavassistLazyInitializer extends BasicLazyInitializer implements javassist.util.proxy.MethodHandler
A Javassist-based lazy initializer proxy.- 作者:
- Muga Nishizawa
-
-
字段概要
-
从类继承的字段 org.hibernate.proxy.pojo.BasicLazyInitializer
componentIdType, getIdentifierMethod, INVOKE_IMPLEMENTATION, overridesEquals, persistentClass, setIdentifierMethod
-
-
构造器概要
构造器 构造器 说明 JavassistLazyInitializer(String entityName, Class persistentClass, Class[] interfaces, Serializable id, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType, SharedSessionContractImplementor session, boolean overridesEquals)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected voidconstructed()Objectinvoke(Object proxy, Method thisMethod, Method proceed, Object[] args)protected ObjectserializableProxy()-
从类继承的方法 org.hibernate.proxy.pojo.BasicLazyInitializer
getPersistentClass, invoke
-
从类继承的方法 org.hibernate.proxy.AbstractLazyInitializer
getEntityName, getIdentifier, getImplementation, getImplementation, getSession, getSessionFactoryUuid, getTarget, initialize, initializeWithoutLoadIfPossible, isAllowLoadOutsideTransaction, isConnectedToSession, isReadOnly, isReadOnlyBeforeAttachedToSession, isReadOnlySettingAvailable, isUninitialized, isUnwrap, permissiveInitialization, prepareForPossibleLoadingOutsideTransaction, setIdentifier, setImplementation, setReadOnly, setSession, setUnwrap, unsetSession
-
-
-
-
构造器详细资料
-
JavassistLazyInitializer
public JavassistLazyInitializer(String entityName, Class persistentClass, Class[] interfaces, Serializable id, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType, SharedSessionContractImplementor session, boolean overridesEquals)
-
-
方法详细资料
-
constructed
protected void constructed()
-
invoke
public Object invoke(Object proxy, Method thisMethod, Method proceed, Object[] args) throws Throwable
- 指定者:
invoke在接口中javassist.util.proxy.MethodHandler- 抛出:
Throwable
-
serializableProxy
protected Object serializableProxy()
- 指定者:
serializableProxy在类中BasicLazyInitializer
-
-