| Package | Description |
|---|---|
| org.hibernate.bytecode.enhance.spi.interceptor |
interceptor implementations
|
| org.hibernate.bytecode.spi |
Package defining bytecode code enhancement (instrumentation) support.
|
| org.hibernate.engine.spi | |
| org.hibernate.tuple.entity |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BytecodeLazyAttributeInterceptor |
interface |
SessionAssociableInterceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInterceptor |
class |
AbstractLazyLoadInterceptor |
class |
EnhancementAsProxyLazinessInterceptor |
class |
LazyAttributeLoadingInterceptor
Interceptor that loads attributes lazily
|
| Modifier and Type | Method and Description |
|---|---|
void |
BytecodeEnhancementMetadata.injectInterceptor(Object entity,
PersistentAttributeInterceptor interceptor,
SharedSessionContractImplementor session) |
| Modifier and Type | Method and Description |
|---|---|
PersistentAttributeInterceptor |
PersistentAttributeInterceptable.$$_hibernate_getInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistentAttributeInterceptable.$$_hibernate_setInterceptor(PersistentAttributeInterceptor interceptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
BytecodeEnhancementMetadataNonPojoImpl.injectInterceptor(Object entity,
PersistentAttributeInterceptor interceptor,
SharedSessionContractImplementor session) |
void |
BytecodeEnhancementMetadataPojoImpl.injectInterceptor(Object entity,
PersistentAttributeInterceptor interceptor,
SharedSessionContractImplementor session) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.