Package | Description |
---|---|
net.ontopia.persistence.proxy |
An object-relational mapping framework.
|
Modifier and Type | Field and Description |
---|---|
protected ClassDescriptor |
FieldDescriptor.cdesc |
protected ClassDescriptor |
ClassInfo.cdesc |
Modifier and Type | Field and Description |
---|---|
protected Map<Class<?>,ClassDescriptor> |
ObjectRelationalMapping.cdescs |
Modifier and Type | Method and Description |
---|---|
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(Class<?> type)
INTERNAL: Gets the class descriptor by object type.
|
ClassDescriptor |
FieldDescriptor.getValueClassDescriptor()
INTERNAL: Gets the class descriptor of the field value
class.
|
protected ClassDescriptor[] |
ObjectRelationalMapping.toClassDescriptorArray(Collection<ClassDescriptor> cdescs)
INTERNAL: Utility method that converts a collection of class
descriptors to an array of class descriptors.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectRelationalMapping.addClass(ClassDescriptor cdesc)
INTERNAL: Adds the class descriptor to the mapping.
|
Modifier and Type | Method and Description |
---|---|
protected ClassDescriptor[] |
ObjectRelationalMapping.toClassDescriptorArray(Collection<ClassDescriptor> cdescs)
INTERNAL: Utility method that converts a collection of class
descriptors to an array of class descriptors.
|
Constructor and Description |
---|
ClassInfo(RDBMSMapping mapping,
ClassDescriptor cdesc) |
FieldDescriptor(String name,
ClassDescriptor cdesc) |