Uses of Class
org.hibernate.proxy.AbstractLazyInitializer
-
Packages that use AbstractLazyInitializer Package Description org.hibernate.proxy org.hibernate.proxy.map org.hibernate.proxy.pojo org.hibernate.proxy.pojo.bytebuddy org.hibernate.proxy.pojo.javassist -
-
Uses of AbstractLazyInitializer in org.hibernate.proxy
Methods in org.hibernate.proxy with parameters of type AbstractLazyInitializer Modifier and Type Method Description protected void
AbstractSerializableProxy. afterDeserialization(AbstractLazyInitializer li)
Initialize anAbstractLazyInitializer
after deserialization.protected void
AbstractSerializableProxy. setReadOnlyBeforeAttachedToSession(AbstractLazyInitializer li)
Deprecated. -
Uses of AbstractLazyInitializer in org.hibernate.proxy.map
Subclasses of AbstractLazyInitializer in org.hibernate.proxy.map Modifier and Type Class Description class
MapLazyInitializer
Lazy initializer for "dynamic-map" entity representations. -
Uses of AbstractLazyInitializer in org.hibernate.proxy.pojo
Subclasses of AbstractLazyInitializer in org.hibernate.proxy.pojo Modifier and Type Class Description class
BasicLazyInitializer
Lazy initializer for POJOs -
Uses of AbstractLazyInitializer in org.hibernate.proxy.pojo.bytebuddy
Subclasses of AbstractLazyInitializer in org.hibernate.proxy.pojo.bytebuddy Modifier and Type Class Description class
ByteBuddyInterceptor
-
Uses of AbstractLazyInitializer in org.hibernate.proxy.pojo.javassist
Subclasses of AbstractLazyInitializer in org.hibernate.proxy.pojo.javassist Modifier and Type Class Description class
JavassistLazyInitializer
A Javassist-based lazy initializer proxy.
-