| org.hibernate.bytecode.util |
|
| Java Source File Name | Type | Comment |
| BasicClassFilter.java | Class | BasicClassFilter provides class filtering based on a series of packages to
be included and/or a series of explicit class names to be included. |
| ByteCodeHelper.java | Class | A helper for reading byte code from various input sources. |
| ClassDescriptor.java | Interface | Contract describing the information Hibernate needs in terms of instrumenting
a class, either via ant task or dynamic classloader. |
| ClassFilter.java | Interface | Used to determine whether a class should be instrumented. |
| FieldFilter.java | Interface | Used to determine whether a field reference should be instrumented. |