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.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
          A field-level interceptor that initializes lazily fetched properties.
 

Classes in org.hibernate.intercept used by org.hibernate.persister.entity
LazyPropertyInitializer