Uses of Interface
org.hibernate.proxy.LazyInitializer
-
Packages that use LazyInitializer Package Description org.hibernate.envers.internal.tools 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 LazyInitializer in org.hibernate.envers.internal.tools
Methods in org.hibernate.envers.internal.tools with parameters of type LazyInitializer Modifier and Type Method Description static ObjectEntityTools. getTargetFromProxy(SessionFactoryImplementor sessionFactoryImplementor, LazyInitializer lazyInitializer) -
Uses of LazyInitializer in org.hibernate.proxy
Classes in org.hibernate.proxy that implement LazyInitializer Modifier and Type Class Description classAbstractLazyInitializerConvenience base class for lazy initialization handlers.Methods in org.hibernate.proxy that return LazyInitializer Modifier and Type Method Description static LazyInitializerHibernateProxy. extractLazyInitializer(Object object)Extract theLazyInitializerfrom the given object, if and only if the object is actually a proxy.LazyInitializerHibernateProxy. 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 LazyInitializer Modifier and Type Class Description classMapLazyInitializerLazy initializer for "dynamic-map" entity representations.Methods in org.hibernate.proxy.map that return LazyInitializer Modifier and Type Method Description LazyInitializerMapProxy. getHibernateLazyInitializer() -
Uses of LazyInitializer in org.hibernate.proxy.pojo
Classes in org.hibernate.proxy.pojo that implement LazyInitializer Modifier and Type Class Description classBasicLazyInitializerLazy initializer for plain Java objects. -
Uses of LazyInitializer in org.hibernate.proxy.pojo.bytebuddy
Classes in org.hibernate.proxy.pojo.bytebuddy that implement LazyInitializer Modifier and Type Class Description classByteBuddyInterceptor
-