( documentation for Telosys generator version 4.0.0 )
This object provides a part of Foreign Key for the current attribute
Example :
#foreach( $fkPart in $attrib.fkParts )
$fkPart.fkName : $fkPart.referencedEntityName / $fkPart.referencedAttributeName
#end
Since : 3.3.0
Attributes and methods |
.fkName : String
Returns the name of the Foreign Key |
.referencedAttributeName : String
Returns the name of the ATTRIBUTE referenced by the Foreign Key |
.referencedEntityName : String
Returns the name of the ENTITY referenced by the Foreign Key |