Uses of Interface
com.orchestranetworks.schema.relationships.ExplicitRelationship
-
Packages that use ExplicitRelationship Package Description com.orchestranetworks.schema.relationships Provides interfaces for accessing relationships defined in a data model. -
-
Uses of ExplicitRelationship in com.orchestranetworks.schema.relationships
Methods in com.orchestranetworks.schema.relationships that return ExplicitRelationship Modifier and Type Method Description ExplicitRelationshipReverseRelationship. getExplicitRelationship()Returns the corresponding explicit relationship associated with the foreign key constraint, the selection link or the association link that targets the table node that holds this reverse relationship.ExplicitRelationshipSchemaNodeExplicitRelationship. getExplicitRelationship()Returns theExplicitRelationshipobject associated with this relationship.ExplicitRelationshipSchemaNodeExplicitRelationship. getExplicitRelationship(Adaptation aDataset, Session aSession)Returns theExplicitRelationshipobject associated with this relationship.Methods in com.orchestranetworks.schema.relationships that return types with arguments of type ExplicitRelationship Modifier and Type Method Description Iterable<ExplicitRelationship>SchemaNodeRelationships. getExplicitRelationships()Returns the explicit relationships defined by the associated node.Iterable<ExplicitRelationship>SchemaNodeRelationships. getExplicitRelationships(boolean includeMetadata)Returns the explicit relationships defined by the associated node.
-