|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassDescriptor | |
---|---|
net.ontopia.persistence.proxy | An object-relational mapping framework. |
Uses of ClassDescriptor in net.ontopia.persistence.proxy |
---|
Fields in net.ontopia.persistence.proxy declared as ClassDescriptor | |
---|---|
protected ClassDescriptor |
FieldDescriptor.cdesc
|
protected ClassDescriptor |
ClassInfo.cdesc
|
Methods in net.ontopia.persistence.proxy that return ClassDescriptor | |
---|---|
ClassDescriptor |
FieldDescriptor.getClassDescriptor()
INTERNAL: Gets the class descriptor that the field descriptor belongs to. |
ClassDescriptor[] |
ObjectRelationalMapping.getClassDescriptors()
INTERNAL: Gets all the class descriptors in the mapping. |
ClassDescriptor |
ObjectRelationalMapping.getDescriptorByClass(java.lang.Object type)
INTERNAL: Gets the class descriptor by object type. |
ClassDescriptor[] |
ObjectRelationalMapping.getDescriptorClasses()
INTERNAL: Gets all the descriptor classes in describes by the mapping. |
ClassDescriptor |
FieldDescriptor.getValueClassDescriptor()
INTERNAL: Gets the class descriptor of the field value class. |
protected ClassDescriptor[] |
ObjectRelationalMapping.toClassDescriptorArray(java.util.Collection cdescs)
INTERNAL: Utility method that converts a collection of class descriptors to an array of class descriptors. |
Methods in net.ontopia.persistence.proxy with parameters of type ClassDescriptor | |
---|---|
void |
ObjectRelationalMapping.addClass(ClassDescriptor cdesc)
INTERNAL: Adds the class descriptor to the mapping. |
Constructors in net.ontopia.persistence.proxy with parameters of type ClassDescriptor | |
---|---|
ClassInfo(RDBMSMapping mapping,
ClassDescriptor cdesc)
|
|
FieldDescriptor(java.lang.String name,
ClassDescriptor cdesc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |