Package org.hibernate.tool.instrument.javassist

Interface Summary
FieldFilter Contract for deciding whether fields should be read and/or write intercepted.
FieldHandled Interface introduced to the enhanced class in order to be able to inject a FieldHandler to define the interception behavior.
FieldHandler The interface defining how interception of a field should be handled.
 

Class Summary
FieldTransformer The thing that handles actual class enhancement in regards to intercepting field accesses.
InstrumentTask An Ant task for instrumenting persistent classes in order to enable field-level interception using Javassist.