Package org.hibernate.intercept

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

See:
          Description

Interface Summary
LazyPropertyInitializer  
 

Class Summary
FieldInterceptor A field-level interceptor that initializes lazily fetched properties.
 

Package org.hibernate.intercept Description

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