Uses of Interface
com.orchestranetworks.schema.relationships.ReverseRelationship
-
Packages that use ReverseRelationship Package Description com.orchestranetworks.schema.relationships Provides interfaces for accessing relationships defined in a data model. -
-
Uses of ReverseRelationship in com.orchestranetworks.schema.relationships
Subinterfaces of ReverseRelationship in com.orchestranetworks.schema.relationships Modifier and Type Interface Description interfaceReverseRelationshipInterDatasetRepresents 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.interfaceReverseRelationshipIntraDatasetRepresents 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.Methods in com.orchestranetworks.schema.relationships that return types with arguments of type ReverseRelationship Modifier and Type Method Description Iterable<ReverseRelationship>SchemaNodeRelationships. getReverseRelationships()Returns the reverse relationships held by the associated node.
-