Uses of Class
org.hibernate.intercept.FieldInterceptor

Packages that use FieldInterceptor
org.hibernate.intercept This package implements an interception mechanism for lazy property fetching, based on CGLIB bytecode instrumentation. 
 

Uses of FieldInterceptor in org.hibernate.intercept
 

Methods in org.hibernate.intercept that return FieldInterceptor
static FieldInterceptor FieldInterceptor.getFieldInterceptor(Object entity)
           
static FieldInterceptor FieldInterceptor.initFieldInterceptor(Object entity, String entityName, SessionImplementor session, Set lazyProps)