Package org.hibernate.intercept

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

See:
          Description

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.
 

Package org.hibernate.intercept Description

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



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.