org.hibernate.bytecode.javassist
Interface FieldHandled
public interface FieldHandled
Interface introduced to the enhanced class in order to be able to
inject a
FieldHandler
to define the interception behavior.
getFieldHandler
public FieldHandler getFieldHandler()
Access to the current field interception handler.
- The current field interception handler.
setFieldHandler
public void setFieldHandler(FieldHandler handler)
Inject the field interception handler to be used.
handler
- The field interception handler.