Interface Summary |
ClassDescriptor |
Contract describing the information Hibernate needs in terms of instrumenting
a class, either via ant task or dynamic classloader. |
ClassFilter |
Used to determine whether a class should be instrumented. |
FieldFilter |
Used to determine whether a field reference should be instrumented. |
Instrumenter |
Basic contract for performing instrumentation |
Instrumenter.Options |
Instrumentation options |
Logger |
Provides an abstraction for how instrumentation does logging because it is usually run in environments (Ant/Maven)
with their own logging infrastructure. |