Uses of Interface
org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
-
Packages that use BytecodeLazyAttributeInterceptor Package Description org.hibernate.bytecode.enhance.spi.interceptor interceptor implementationsorg.hibernate.bytecode.internal org.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support. -
-
Uses of BytecodeLazyAttributeInterceptor in org.hibernate.bytecode.enhance.spi.interceptor
Classes in org.hibernate.bytecode.enhance.spi.interceptor that implement BytecodeLazyAttributeInterceptor Modifier and Type Class Description class
AbstractLazyLoadInterceptor
class
EnhancementAsProxyLazinessInterceptor
class
LazyAttributeLoadingInterceptor
Interceptor that loads attributes lazilyMethods in org.hibernate.bytecode.enhance.spi.interceptor with parameters of type BytecodeLazyAttributeInterceptor Modifier and Type Method Description static <T> T
EnhancementHelper. performWork(BytecodeLazyAttributeInterceptor interceptor, BiFunction<SharedSessionContractImplementor,Boolean,T> work, String entityName, String attributeName)
-
Uses of BytecodeLazyAttributeInterceptor in org.hibernate.bytecode.internal
Methods in org.hibernate.bytecode.internal that return BytecodeLazyAttributeInterceptor Modifier and Type Method Description BytecodeLazyAttributeInterceptor
BytecodeEnhancementMetadataNonPojoImpl. extractLazyInterceptor(Object entity)
BytecodeLazyAttributeInterceptor
BytecodeEnhancementMetadataPojoImpl. extractLazyInterceptor(Object entity)
-
Uses of BytecodeLazyAttributeInterceptor in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi that return BytecodeLazyAttributeInterceptor Modifier and Type Method Description BytecodeLazyAttributeInterceptor
BytecodeEnhancementMetadata. extractLazyInterceptor(Object entity)
-