public interface

FieldHandled

org.hibernate.bytecode.javassist.FieldHandled

Class Overview

Interface introduced to the enhanced class in order to be able to inject a FieldHandler to define the interception behavior.

Summary

Public Methods
abstract FieldHandler getFieldHandler()
Access to the current field interception handler.
abstract void setFieldHandler(FieldHandler handler)
Inject the field interception handler to be used.

Public Methods

public abstract FieldHandler getFieldHandler ()

Access to the current field interception handler.

Returns
  • The current field interception handler.

public abstract void setFieldHandler (FieldHandler handler)

Inject the field interception handler to be used.

Parameters
handler The field interception handler.