Package | Description |
---|---|
net.ontopia.persistence.proxy |
An object-relational mapping framework.
|
Modifier and Type | Field and Description |
---|---|
protected ObjectRelationalMapping |
FieldDescriptor.mapping |
protected ObjectRelationalMapping |
RDBMSMapping.mapping |
protected ObjectRelationalMapping |
ClassDescriptor.mapping |
Modifier and Type | Method and Description |
---|---|
ObjectRelationalMapping |
RDBMSMapping.getMapping()
INTERNAL: Returns the object relational mapping instance wrapped
by this class.
|
ObjectRelationalMapping |
ClassDescriptor.getMapping()
INTERNAL: Gets the object relational mapping that the class
descriptor belongs to.
|
Constructor and Description |
---|
ClassDescriptor(Class<?> klass,
Class<?> klass_immutable,
ObjectRelationalMapping mapping) |
RDBMSMapping(ObjectRelationalMapping mapping) |