Uses of Interface
org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer.InterceptorImplementor
-
Packages that use LazyPropertyInitializer.InterceptorImplementor Package Description org.hibernate.bytecode.enhance.spi.interceptor Support for bytecode interceptor implementations.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate. -
-
Uses of LazyPropertyInitializer.InterceptorImplementor in org.hibernate.bytecode.enhance.spi.interceptor
Subinterfaces of LazyPropertyInitializer.InterceptorImplementor in org.hibernate.bytecode.enhance.spi.interceptor Modifier and Type Interface Description interface
BytecodeLazyAttributeInterceptor
interface
SessionAssociableInterceptor
Classes in org.hibernate.bytecode.enhance.spi.interceptor that implement LazyPropertyInitializer.InterceptorImplementor Modifier and Type Class Description class
AbstractInterceptor
class
AbstractLazyLoadInterceptor
class
EnhancementAsProxyLazinessInterceptor
class
LazyAttributeLoadingInterceptor
Interceptor that loads attributes lazily -
Uses of LazyPropertyInitializer.InterceptorImplementor in org.hibernate.engine.spi
Subinterfaces of LazyPropertyInitializer.InterceptorImplementor in org.hibernate.engine.spi Modifier and Type Interface Description interface
PersistentAttributeInterceptor
The base contract for interceptors that can be injected into enhanced entities for the purpose of intercepting attribute access
-