package

org.hibernate.bytecode.buildtime

Interfaces

Instrumenter TODO : javadoc 
Instrumenter.Options  
Logger Provides an abstraction for how instrumentation does logging because it is usually run in environments (Ant/Maven) with their own logging infrastructure. 

Classes

AbstractInstrumenter Provides the basic templating of how instrumentation should occur. 
AbstractInstrumenter.CustomFieldFilter Allows control over what exacctly to transform. 
CGLIBInstrumenter Strategy for performing build-time instrumentation of persistent classes in order to enable field-level interception using CGLIB. 
JavassistInstrumenter Strategy for performing build-time instrumentation of persistent classes in order to enable field-level interception using Javassist. 

Exceptions

ExecutionException Indicates problem performing the instrumentation execution.