|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassInfo | |
|---|---|
| org.castor.jdo.jpa.info | |
| Uses of ClassInfo in org.castor.jdo.jpa.info |
|---|
| Methods in org.castor.jdo.jpa.info that return ClassInfo | |
|---|---|
static ClassInfo |
ClassInfoBuilder.buildClassInfo(Class<?> type)
Builds a new ClassInfo describing the given Class. |
ClassInfo |
FieldInfo.getDeclaringClassInfo()
Returns the declaring ClassInfo this FieldInfo is
associated with. |
| Methods in org.castor.jdo.jpa.info with parameters of type ClassInfo | |
|---|---|
static void |
InfoToDescriptorConverter.convert(ClassInfo classInfo,
ClassDescriptorResolver cdr,
ClassDescriptorImpl descriptor)
This method converts a ClassInfo to a ClassDescriptorImpl
. |
void |
FieldInfo.setDeclaringClassInfo(ClassInfo classInfo)
Sets the reference to the declaring ClassInfo this
FieldInfo is associated with. |
| Constructors in org.castor.jdo.jpa.info with parameters of type ClassInfo | |
|---|---|
FieldInfo(ClassInfo declaringClassInfo,
Class<?> fieldType,
String fieldName,
Method getterMethod,
Method setterMethod)
Creates a FieldInfo associated to the given ClassInfo, describing
the given a field with the given name using method (property) access. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||