| Package | Description |
|---|---|
| com.orchestranetworks.schema.relationships |
Provides interfaces for accessing relationships defined in a data model.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReverseRelationshipInterDataset
Represents a reverse relationship in a resolved data model
where the node that defines the foreign key constraint,
the selection link or the association link is in
another dataset.
|
interface |
ReverseRelationshipIntraDataset
Represents a reverse relationship in a resolved data model
where the node that defines the foreign key constraint,
the selection link or the association link is in
the same dataset.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<ReverseRelationship> |
SchemaNodeRelationships.getReverseRelationships()
Returns the reverse relationships held by the associated node.
|