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 voidAbstractSerializableProxy. afterDeserialization(AbstractLazyInitializer li)Initialize anAbstractLazyInitializerafter deserialization.protected voidAbstractSerializableProxy. 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 classMapLazyInitializerLazy 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 classBasicLazyInitializerLazy 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 classByteBuddyInterceptor -
Uses of AbstractLazyInitializer in org.hibernate.proxy.pojo.javassist
Subclasses of AbstractLazyInitializer in org.hibernate.proxy.pojo.javassist Modifier and Type Class Description classJavassistLazyInitializerA Javassist-based lazy initializer proxy.
-