package

org.hibernate.intercept

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

Interfaces

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

Classes

AbstractFieldInterceptor  
FieldInterceptionHelper Helper class for dealing with enhanced entity classes.