Package org.hibernate.intercept

This package implements an interception mechanism for lazy property fetching, based on CGLIB bytecode instrumentation.

Interface Summary

FieldInterceptor Contract for field interception handlers.
LazyPropertyInitializer Contract for controlling how lazy properties get initialized.

Class Summary

AbstractFieldInterceptor
FieldInterceptionHelper Helper class for dealing with enhanced entity classes.
This package implements an interception mechanism for lazy property fetching, based on CGLIB bytecode instrumentation.