Uses of Interface
com.orchestranetworks.schema.relationships.ReverseRelationshipInterDataset
-
Packages that use ReverseRelationshipInterDataset Package Description com.orchestranetworks.schema.relationships Provides interfaces for accessing relationships defined in a data model. -
-
Uses of ReverseRelationshipInterDataset in com.orchestranetworks.schema.relationships
Methods in com.orchestranetworks.schema.relationships that return types with arguments of type ReverseRelationshipInterDataset Modifier and Type Method Description Iterable<ReverseRelationshipInterDataset>SchemaNodeRelationships. getInterDatasetReverseRelationships()Returns the reverse relationships held by the associated node corresponding to a foreign key constraint, a selection link or an association link that targets a table in another dataset.
-