| org.hibernate.bytecode.buildtime |
|
| Java Source File Name | Type | Comment |
| AbstractInstrumenter.java | Class | Provides the basic templating of how instrumentation should occur. |
| CGLIBInstrumenter.java | Class | Strategy for performing build-time instrumentation of persistent classes in order to enable
field-level interception using CGLIB. |
| ExecutionException.java | Class | Indicates problem performing the instrumentation execution. |
| Instrumenter.java | Interface | |
| JavassistInstrumenter.java | Class | Strategy for performing build-time instrumentation of persistent classes in order to enable
field-level interception using Javassist. |
| Logger.java | Interface | Provides an abstraction for how instrumentation does logging because it is usually run in environments (Ant/Maven)
with their own logging infrastructure. |