ClassDescriptorpublic interface ClassDescriptor Contract describing the information Hibernate needs in terms of instrumenting
a class, either via ant task or dynamic classloader. |
Methods Summary |
---|
public byte[] | getBytes()The bytes making up the class' bytecode.
| public java.lang.String | getName()The name of the class.
| public boolean | isInstrumented()Determine if the class is already instrumented.
|
|