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   
org.hibernate.bytecode.spi   
org.hibernate.tuple.entity   
 

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
           
 

Uses of FieldInterceptor in org.hibernate.bytecode.spi
 

Methods in org.hibernate.bytecode.spi that return FieldInterceptor
 FieldInterceptor EntityInstrumentationMetadata.extractInterceptor(Object entity)
          Extract the field interceptor instance from the instrumented entity.
 FieldInterceptor EntityInstrumentationMetadata.injectInterceptor(Object entity, String entityName, Set uninitializedFieldNames, SessionImplementor session)
          Build and inject a field interceptor instance into the instrumented entity.
 

Uses of FieldInterceptor in org.hibernate.tuple.entity
 

Methods in org.hibernate.tuple.entity that return FieldInterceptor
 FieldInterceptor NonPojoInstrumentationMetadata.extractInterceptor(Object entity)
           
 FieldInterceptor NonPojoInstrumentationMetadata.injectInterceptor(Object entity, String entityName, Set uninitializedFieldNames, SessionImplementor session)
           
 



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