Package | Description |
---|---|
org.hibernate.bytecode.spi |
Package defining bytecode code enhancement (instrumentation) support.
|
org.hibernate.tuple.entity |
Modifier and Type | Method and Description |
---|---|
LazyAttributeLoadingInterceptor |
BytecodeEnhancementMetadata.extractInterceptor(Object entity)
Extract the field interceptor instance from the enhanced entity.
|
LazyAttributeLoadingInterceptor |
BytecodeEnhancementMetadata.injectInterceptor(Object entity,
SharedSessionContractImplementor session)
Build and inject an interceptor instance into the enhanced entity.
|
Modifier and Type | Method and Description |
---|---|
LazyAttributeLoadingInterceptor |
BytecodeEnhancementMetadataPojoImpl.extractInterceptor(Object entity) |
LazyAttributeLoadingInterceptor |
BytecodeEnhancementMetadataNonPojoImpl.extractInterceptor(Object entity) |
LazyAttributeLoadingInterceptor |
BytecodeEnhancementMetadataNonPojoImpl.injectInterceptor(Object entity,
SharedSessionContractImplementor session) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.