Uses of Interface
org.hibernate.bytecode.internal.javassist.FieldHandler

Packages that use FieldHandler
org.hibernate.bytecode.instrumentation.internal.javassist   
org.hibernate.bytecode.internal.javassist   
 

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

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

Uses of FieldHandler in org.hibernate.bytecode.internal.javassist
 

Methods in org.hibernate.bytecode.internal.javassist that return FieldHandler
 FieldHandler FieldHandled.getFieldHandler()
          Access to the current field interception handler.
 

Methods in org.hibernate.bytecode.internal.javassist with parameters of type FieldHandler
 void FieldHandled.setFieldHandler(FieldHandler handler)
          Inject the field interception handler to be used.
 



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