Package | Description |
---|---|
org.hibernate.bytecode.enhance.spi.interceptor |
interceptor implementations
|
org.hibernate.bytecode.spi |
Package defining bytecode code enhancement (instrumentation) support.
|
org.hibernate.tuple.entity |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLazyLoadInterceptor |
class |
EnhancementAsProxyLazinessInterceptor |
class |
LazyAttributeLoadingInterceptor
Interceptor that loads attributes lazily
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
EnhancementHelper.performWork(BytecodeLazyAttributeInterceptor interceptor,
BiFunction<SharedSessionContractImplementor,Boolean,T> work,
String entityName,
String attributeName) |
Modifier and Type | Method and Description |
---|---|
BytecodeLazyAttributeInterceptor |
BytecodeEnhancementMetadata.extractLazyInterceptor(Object entity) |
Modifier and Type | Method and Description |
---|---|
BytecodeLazyAttributeInterceptor |
BytecodeEnhancementMetadataNonPojoImpl.extractLazyInterceptor(Object entity) |
BytecodeLazyAttributeInterceptor |
BytecodeEnhancementMetadataPojoImpl.extractLazyInterceptor(Object entity) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.