Uses of Interface
com.orchestranetworks.schema.relationships.ReverseRelationshipIntraDataset
-
Packages that use ReverseRelationshipIntraDataset Package Description com.orchestranetworks.schema.relationships Provides interfaces for accessing relationships defined in a data model. -
-
Uses of ReverseRelationshipIntraDataset in com.orchestranetworks.schema.relationships
Methods in com.orchestranetworks.schema.relationships that return types with arguments of type ReverseRelationshipIntraDataset Modifier and Type Method Description Iterable<ReverseRelationshipIntraDataset>SchemaNodeRelationships. getIntraDatasetReverseRelationships()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 the same dataset.
-