@Deprecated public final class CGLIBLazyInitializer extends BasicLazyInitializer implements net.sf.cglib.proxy.InvocationHandler
componentIdType, getIdentifierMethod, INVOKE_IMPLEMENTATION, overridesEquals, persistentClass, setIdentifierMethod
Modifier and Type | Method and Description |
---|---|
static HibernateProxy |
getProxy(java.lang.Class factory,
java.lang.String entityName,
java.lang.Class persistentClass,
java.lang.Class[] interfaces,
java.lang.reflect.Method getIdentifierMethod,
java.lang.reflect.Method setIdentifierMethod,
CompositeType componentIdType,
java.io.Serializable id,
SessionImplementor session)
Deprecated.
|
static java.lang.Class |
getProxyFactory(java.lang.Class persistentClass,
java.lang.Class[] interfaces)
Deprecated.
|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
Deprecated.
|
protected java.lang.Object |
serializableProxy()
Deprecated.
|
getPersistentClass, invoke
getEntityName, getIdentifier, getImplementation, getImplementation, getSession, getTarget, initialize, isConnectedToSession, isReadOnly, isReadOnlyBeforeAttachedToSession, isReadOnlySettingAvailable, isUninitialized, isUnwrap, setIdentifier, setImplementation, setReadOnly, setSession, setUnwrap, unsetSession
public static HibernateProxy getProxy(java.lang.Class factory, java.lang.String entityName, java.lang.Class persistentClass, java.lang.Class[] interfaces, java.lang.reflect.Method getIdentifierMethod, java.lang.reflect.Method setIdentifierMethod, CompositeType componentIdType, java.io.Serializable id, SessionImplementor session) throws HibernateException
HibernateException
public static java.lang.Class getProxyFactory(java.lang.Class persistentClass, java.lang.Class[] interfaces) throws HibernateException
HibernateException
public java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable
invoke
in interface net.sf.cglib.proxy.InvocationHandler
java.lang.Throwable
protected java.lang.Object serializableProxy()
serializableProxy
in class BasicLazyInitializer
Copyright © 2013. All Rights Reserved.