Package | Description |
---|---|
org.hibernate.intercept |
This package implements an interception
mechanism for lazy property fetching,
based on CGLIB bytecode instrumentation.
|
org.hibernate.intercept.cglib | |
org.hibernate.intercept.javassist |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFieldInterceptor |
Modifier and Type | Method and Description |
---|---|
static FieldInterceptor |
FieldInterceptionHelper.extractFieldInterceptor(java.lang.Object entity) |
static FieldInterceptor |
FieldInterceptionHelper.injectFieldInterceptor(java.lang.Object entity,
java.lang.String entityName,
java.util.Set uninitializedFieldNames,
SessionImplementor session) |
Modifier and Type | Class and Description |
---|---|
class |
FieldInterceptorImpl
A field-level interceptor that initializes lazily fetched properties.
|
Modifier and Type | Method and Description |
---|---|
static FieldInterceptor |
CGLIBHelper.extractFieldInterceptor(java.lang.Object entity) |
static FieldInterceptor |
CGLIBHelper.injectFieldInterceptor(java.lang.Object entity,
java.lang.String entityName,
java.util.Set uninitializedFieldNames,
SessionImplementor session) |
Modifier and Type | Method and Description |
---|---|
static FieldInterceptor |
JavassistHelper.extractFieldInterceptor(java.lang.Object entity) |
static FieldInterceptor |
JavassistHelper.injectFieldInterceptor(java.lang.Object entity,
java.lang.String entityName,
java.util.Set uninitializedFieldNames,
SessionImplementor session) |
Copyright © 2014. All Rights Reserved.