org.hibernate.proxy.pojo
Class BasicLazyInitializer
- LazyInitializer
public abstract class BasicLazyInitializer
Lazy initializer for POJOs
getEntityName , getIdentifier , getImplementation , getImplementation , getSession , getTarget , initialize , isConnectedToSession , isUninitialized , isUnwrap , setIdentifier , setImplementation , setSession , setUnwrap |
INVOKE_IMPLEMENTATION
protected static final Object INVOKE_IMPLEMENTATION
getIdentifierMethod
protected Method getIdentifierMethod
overridesEquals
protected boolean overridesEquals
persistentClass
protected Class persistentClass
setIdentifierMethod
protected Method setIdentifierMethod
BasicLazyInitializer
protected BasicLazyInitializer(String entityName,
Class persistentClass,
Serializable id,
Method getIdentifierMethod,
Method setIdentifierMethod,
AbstractComponentType componentIdType,
SessionImplementor session)
invoke
protected final Object invoke(Method method,
Object[] args,
Object proxy)
throws Throwable
serializableProxy
protected abstract Object serializableProxy()