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.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.tuple.entity -
-
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 classAbstractLazyLoadInterceptorclassEnhancementAsProxyLazinessInterceptorclassLazyAttributeLoadingInterceptorInterceptor that loads attributes lazilyMethods in org.hibernate.bytecode.enhance.spi.interceptor with parameters of type BytecodeLazyAttributeInterceptor Modifier and Type Method Description static <T> TEnhancementHelper. performWork(BytecodeLazyAttributeInterceptor interceptor, java.util.function.BiFunction<SharedSessionContractImplementor,java.lang.Boolean,T> work, java.lang.String entityName, java.lang.String attributeName) -
Uses of BytecodeLazyAttributeInterceptor in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi that return BytecodeLazyAttributeInterceptor Modifier and Type Method Description BytecodeLazyAttributeInterceptorBytecodeEnhancementMetadata. extractLazyInterceptor(java.lang.Object entity) -
Uses of BytecodeLazyAttributeInterceptor in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return BytecodeLazyAttributeInterceptor Modifier and Type Method Description BytecodeLazyAttributeInterceptorBytecodeEnhancementMetadataNonPojoImpl. extractLazyInterceptor(java.lang.Object entity)BytecodeLazyAttributeInterceptorBytecodeEnhancementMetadataPojoImpl. extractLazyInterceptor(java.lang.Object entity)
-