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 void
AbstractSerializableProxy. afterDeserialization(AbstractLazyInitializer li)
Initialize anAbstractLazyInitializer
after deserialization. -
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 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 class
ByteBuddyInterceptor
-