Uses of Interface
org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
Packages that use BytecodeLazyAttributeInterceptor
Package
Description
Support for bytecode interceptor implementations.
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 BytecodeLazyAttributeInterceptorModifier and TypeClassDescriptionclassclassclassInterceptor that loads attributes lazilyMethods in org.hibernate.bytecode.enhance.spi.interceptor with parameters of type BytecodeLazyAttributeInterceptorModifier and TypeMethodDescriptionstatic <T> TEnhancementHelper.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 BytecodeLazyAttributeInterceptorModifier and TypeMethodDescription@Nullable BytecodeLazyAttributeInterceptorBytecodeEnhancementMetadataNonPojoImpl.extractLazyInterceptor(Object entity) @Nullable BytecodeLazyAttributeInterceptorBytecodeEnhancementMetadataPojoImpl.extractLazyInterceptor(Object entity) -
Uses of BytecodeLazyAttributeInterceptor in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi that return BytecodeLazyAttributeInterceptorModifier and TypeMethodDescription@Nullable BytecodeLazyAttributeInterceptorBytecodeEnhancementMetadata.extractLazyInterceptor(Object entity)