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 interfaceBytecodeLazyAttributeInterceptorinterfaceSessionAssociableInterceptorClasses in org.hibernate.bytecode.enhance.spi.interceptor that implement LazyPropertyInitializer.InterceptorImplementor Modifier and Type Class Description classAbstractInterceptorclassAbstractLazyLoadInterceptorclassEnhancementAsProxyLazinessInterceptorclassLazyAttributeLoadingInterceptorInterceptor 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 interfacePersistentAttributeInterceptorThe base contract for interceptors that can be injected into enhanced entities for the purpose of intercepting attribute access
-