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