Uses of Interface
org.hibernate.bytecode.instrumentation.spi.FieldInterceptor

Packages that use FieldInterceptor
org.hibernate.bytecode.instrumentation.internal   
org.hibernate.bytecode.instrumentation.internal.javassist   
org.hibernate.bytecode.instrumentation.spi   
 

Uses of FieldInterceptor in org.hibernate.bytecode.instrumentation.internal
 

Methods in org.hibernate.bytecode.instrumentation.internal that return FieldInterceptor
static FieldInterceptor FieldInterceptionHelper.extractFieldInterceptor(Object entity)
           
static FieldInterceptor FieldInterceptionHelper.injectFieldInterceptor(Object entity, String entityName, Set uninitializedFieldNames, SessionImplementor session)
           
 

Uses of FieldInterceptor in org.hibernate.bytecode.instrumentation.internal.javassist
 

Classes in org.hibernate.bytecode.instrumentation.internal.javassist that implement FieldInterceptor
 class FieldInterceptorImpl
          A field-level interceptor that initializes lazily fetched properties.
 

Methods in org.hibernate.bytecode.instrumentation.internal.javassist that return FieldInterceptor
static FieldInterceptor JavassistHelper.extractFieldInterceptor(Object entity)
           
static FieldInterceptor JavassistHelper.injectFieldInterceptor(Object entity, String entityName, Set uninitializedFieldNames, SessionImplementor session)
           
 

Uses of FieldInterceptor in org.hibernate.bytecode.instrumentation.spi
 

Classes in org.hibernate.bytecode.instrumentation.spi that implement FieldInterceptor
 class AbstractFieldInterceptor
           
 



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