Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » bytecode » javassist » [javadoc | source]
org.hibernate.bytecode.javassist
public interface: FieldHandled [javadoc | source] Interface introduced to the enhanced class in order to be able to inject a FieldHandler to define the interception behavior.
Method from org.hibernate.bytecode.javassist.FieldHandled Summary:
getFieldHandler,   setFieldHandler
Method from org.hibernate.bytecode.javassist.FieldHandled Detail:
 public FieldHandler getFieldHandler()
    Access to the current field interception handler.
 public  void setFieldHandler(FieldHandler handler)
    Inject the field interception handler to be used.