org.objectweb.medor.optim.jorm
Class JormFlatten2Rdb.Join
java.lang.Object
org.objectweb.medor.optim.jorm.JormFlatten2Rdb.Join
- JormFlatten2Rdb
public class JormFlatten2Rdb.Join
extends java.lang.Object
A join linking two relational tables.
JormFlatten2Rdb.JoinColumn[] | columns - is a list of JoinColumn instance.
|
String | name - the join name is used in the table alias in order to avoid name
collision in case of multiple joins toward a same table.
|
Join(RdbJoin j, RdbTable maintable, RdbTable externaltable) - Builds a Join between a main table and an external table.
|
name
public String name
the join name is used in the table alias in order to avoid name
collision in case of multiple joins toward a same table.
Join
public Join(RdbJoin j,
RdbTable maintable,
RdbTable externaltable)
Builds a Join between a main table and an external table.
The Join is equal to the name of the jorm meta object describing the
join.
j
- is the jorm meta object describing the join.maintable
- is the jorm meta object describing the main tableexternaltable
- is the jorm meta object describing the
external table.
toString
public String toString()