Uses of Interface
com.orchestranetworks.schema.relationships.ExplicitRelationship
Packages that use ExplicitRelationship
Package
Description
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 ExplicitRelationshipModifier and TypeMethodDescriptionReverseRelationship.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.SchemaNodeExplicitRelationship.getExplicitRelationship()Returns theExplicitRelationshipobject associated with this relationship.SchemaNodeExplicitRelationship.getExplicitRelationship(Adaptation aDataset, Session aSession) Returns theExplicitRelationshipobject associated with this relationship.Methods in com.orchestranetworks.schema.relationships that return types with arguments of type ExplicitRelationshipModifier and TypeMethodDescriptionSchemaNodeRelationships.getExplicitRelationships()Returns the explicit relationships defined by the associated node.SchemaNodeRelationships.getExplicitRelationships(boolean includeMetadata) Returns the explicit relationships defined by the associated node.