Interface AssociationLinkByTableRefInverse
-
- All Superinterfaces:
AssociationLink,SchemaNodeExplicitRelationship
public interface AssociationLinkByTableRefInverse extends AssociationLink
This interface contains the information for an association that is the inverse of a foreign key (osd:association/tableRefInverseproperty).- Since:
- 5.5.1
- See Also:
- Associations,
SchemaNode.getAssociationLink(),AssociationLink.isTableRefInverse()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathgetFieldToSourcePath()Returns the path of the field to the source table defined in the data model (propertyfieldToSource).-
Methods inherited from interface com.orchestranetworks.schema.info.AssociationLink
getAssociationResult, getConstraintPredicate, getDataSetReference, getDataSpaceReference, getMaxOccurs, getMinOccurs, getRecordFormFactoryClass, getTargetTable, getXPathFilter, isConsistent, isLinkTable, isTableRefInverse, isXPathLink
-
Methods inherited from interface com.orchestranetworks.schema.relationships.SchemaNodeExplicitRelationship
getBreadcrumbProperties, getContainerHome, getContainerReference, getExplicitRelationship, getExplicitRelationship, getOwnerNode, getResult, getTableNode, getTableNode, isAssociationLink, isDynamic, isSelectionLink, isTableRefLink
-
-
-
-
Method Detail
-
getFieldToSourcePath
Path getFieldToSourcePath()
Returns the path of the field to the source table defined in the data model (propertyfieldToSource).- Since:
- 5.5.1
-
-