name |
|
|
Name of the key.
|
type |
primary |
|
primary foreign |
|
Key type if it is Primary key or Foreign key.
|
keyColumn |
RdbKeyColumn
|
|
Column key.
|
parentKey |
RdbParentKey
|
|
Parent key required when the key is the foreign key.
|
weight |
10 |
|
The weight attached to a foreign key can be used to eliminate ambiguities
during path resolution, or to force a certain path.
Set to a low value to make this key a preferred route.
|
junction |
n |
|
y n |
|
Is this key a junction between tables? When the entry object is
being constructed. It will not affect the entry object, but the time
required to construct the entry object may be affected.
|
relationshipType |
ONEMANY |
|
ONEONE ONEMANY MANYONE MANYMANY |
|
Used for manual editing in the case where a relationship
type cannot be derived correctly automatically, eg if
indicies are not present but the relationship should be
of type ONEONE.
|