Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » bytecode » javassist » [javadoc | source]
org.hibernate.bytecode.javassist
public class: FieldTransformer [javadoc | source]
java.lang.Object
   org.hibernate.bytecode.javassist.FieldTransformer
The thing that handles actual class enhancement in regards to intercepting field accesses.
Constructor:
 public FieldTransformer() 
 public FieldTransformer(FieldFilter f) 
Method from org.hibernate.bytecode.javassist.FieldTransformer Summary:
setFieldFilter,   transform,   transform
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.bytecode.javassist.FieldTransformer Detail:
 public  void setFieldFilter(FieldFilter f) 
 public  void transform(File file) throws Exception 
 public  void transform(ClassFile classfile) throws Exception