Uses of Interface
org.hibernate.proxy.LazyInitializer
-
Packages that use LazyInitializer 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 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 LazyInitializerHibernateProxy. getHibernateLazyInitializer()Get the underlying lazy initialization handler. -
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 POJOs -
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 -
Uses of LazyInitializer in org.hibernate.proxy.pojo.javassist
Classes in org.hibernate.proxy.pojo.javassist that implement LazyInitializer Modifier and Type Class Description classJavassistLazyInitializerA Javassist-based lazy initializer proxy.
-