Uses of Class
org.hibernate.proxy.AbstractLazyInitializer
-
Packages that use AbstractLazyInitializer Package Description org.hibernate.proxy This package defines a framework for lazy-initializing entity proxies.org.hibernate.proxy.map Proxies for entity objects represented as Java maps.org.hibernate.proxy.pojo Proxies for plain Java objects.org.hibernate.proxy.pojo.bytebuddy -
-
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. -
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 plain Java objects. -
Uses of AbstractLazyInitializer in org.hibernate.proxy.pojo.bytebuddy
Subclasses of AbstractLazyInitializer in org.hibernate.proxy.pojo.bytebuddy Modifier and Type Class Description classByteBuddyInterceptor
-