FileDocCategorySizeDatePackage
FieldHandled.javaAPI DocHibernate 3.2.5585Thu Aug 03 15:35:26 BST 2006org.hibernate.bytecode.javassist

FieldHandled

public interface FieldHandled
Interface introduced to the enhanced class in order to be able to inject a {@link FieldHandler} to define the interception behavior.
author
Muga Nishizawa

Fields Summary
Constructors Summary
Methods Summary
public FieldHandlergetFieldHandler()
Access to the current field interception handler.

return
The current field interception handler.

public voidsetFieldHandler(FieldHandler handler)
Inject the field interception handler to be used.

param
handler The field interception handler.