( documentation for Telosys generator version 3.3.0 )
This object provides the description of a 'join table'
Example :
#if ( $link.hasJoinTable() )
#set($joinTable = $link.joinTable)
name : $joinTable.name
schema : $joinTable.schema
#end
Since : 2.1.0
Attributes and methods |
.catalog : String
Returns the table catalog if any |
.inverseJoinColumns : List
Returns the inverse join columns |
.joinColumns : List
Returns the join columns |
.name : String
Returns the table name |
.schema : String
Returns the table schema if any |