Uses of Interface
org.hibernate.proxy.LazyInitializer
Packages that use LazyInitializer
Package
Description
This package defines a framework for lazy-initializing entity proxies.
Proxies for entity objects represented as Java maps.
Proxies for plain Java objects.
-
Uses of LazyInitializer in org.hibernate.envers.internal.tools
Methods in org.hibernate.envers.internal.tools with parameters of type LazyInitializerModifier and TypeMethodDescriptionstatic Object
EntityTools.getTargetFromProxy
(SessionFactoryImplementor sessionFactoryImplementor, LazyInitializer lazyInitializer) -
Uses of LazyInitializer in org.hibernate.proxy
Classes in org.hibernate.proxy that implement LazyInitializerModifier and TypeClassDescriptionclass
Convenience base class for lazy initialization handlers.Methods in org.hibernate.proxy that return LazyInitializerModifier and TypeMethodDescriptionstatic @Nullable LazyInitializer
HibernateProxy.extractLazyInitializer
(@Nullable Object object) Extract theLazyInitializer
from the given object, if and only if the object is actually a proxy.HibernateProxy.getHibernateLazyInitializer()
Get the lazy initialization handler for this object. -
Uses of LazyInitializer in org.hibernate.proxy.map
Classes in org.hibernate.proxy.map that implement LazyInitializerModifier and TypeClassDescriptionclass
Lazy initializer for "dynamic-map" entity representations.Methods in org.hibernate.proxy.map that return LazyInitializer -
Uses of LazyInitializer in org.hibernate.proxy.pojo
Classes in org.hibernate.proxy.pojo that implement LazyInitializerModifier and TypeClassDescriptionclass
Lazy initializer for plain Java objects. -
Uses of LazyInitializer in org.hibernate.proxy.pojo.bytebuddy
Classes in org.hibernate.proxy.pojo.bytebuddy that implement LazyInitializer