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(Object entity) |
static FieldInterceptor |
FieldInterceptionHelper.injectFieldInterceptor(Object entity,
String entityName,
Set uninitializedFieldNames,
SessionImplementor session) |
Modifier and Type | Method and Description |
---|---|
static FieldInterceptor |
CGLIBHelper.extractFieldInterceptor(Object entity) |
static FieldInterceptor |
CGLIBHelper.injectFieldInterceptor(Object entity,
String entityName,
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 |
JavassistHelper.extractFieldInterceptor(Object entity) |
static FieldInterceptor |
JavassistHelper.injectFieldInterceptor(Object entity,
String entityName,
Set uninitializedFieldNames,
SessionImplementor session) |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved