Uses of Interface
com.orchestranetworks.schema.relationships.Relationship
-
Packages that use Relationship Package Description com.orchestranetworks.schema.relationships Provides interfaces for accessing relationships defined in a data model. -
-
Uses of Relationship in com.orchestranetworks.schema.relationships
Subinterfaces of Relationship in com.orchestranetworks.schema.relationships Modifier and Type Interface Description interfaceExplicitRelationshipRepresents an explicit relationship defined in a resolved data model.interfaceReverseRelationshipRepresents a reverse relationship in a resolved data model.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.
-