Uses of Package
org.hibernate.intercept

Packages that use org.hibernate.intercept
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   
org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. 
 

Classes in org.hibernate.intercept used by org.hibernate.intercept
FieldInterceptor
          Contract for field interception handlers.
 

Classes in org.hibernate.intercept used by org.hibernate.intercept.cglib
AbstractFieldInterceptor
           
FieldInterceptor
          Contract for field interception handlers.
 

Classes in org.hibernate.intercept used by org.hibernate.intercept.javassist
FieldInterceptor
          Contract for field interception handlers.
 

Classes in org.hibernate.intercept used by org.hibernate.persister.entity
LazyPropertyInitializer
          Contract for controlling how lazy properties get initialized.
 



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