JBoss Application Server: Build 7.1.2.Final
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
public interface ClassDescriptor
Contract describing the information Hibernate needs in terms of instrumenting
a class, either via ant task or dynamic classloader.
- Author:
- Steve Ebersole
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
byte[] |
getBytes()
The bytes making up the class' bytecode.
|
String |
getName()
The name of the class.
|
boolean |
isInstrumented()
Determine if the class is already instrumented.
|
-
-
Method Detail
-
getName
String getName()
The name of the class.
- Returns:
- The class name.
JBoss Application Server: Build 7.1.2.Final
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.