|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jorm.mapper.rdb.adapter.api.JoinedTable.Join
defines a join between two tables. It contains the list of columns names in table name
Field Summary | |
java.util.List |
colT1
column names in the first table |
java.util.List |
colT2
column names in the second table |
boolean |
outer
indicates whether this join should be constructed as an inner or outer join |
Constructor Summary | |
JoinedTable.Join()
|
|
JoinedTable.Join(boolean outer)
|
Method Summary | |
void |
addJoinColumn(java.lang.String col1,
java.lang.String col2)
add a join condition (equality between columns) |
java.lang.Object |
clone()
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public boolean outer
public java.util.List colT1
public java.util.List colT2
Constructor Detail |
public JoinedTable.Join(boolean outer)
public JoinedTable.Join()
Method Detail |
public void addJoinColumn(java.lang.String col1, java.lang.String col2)
col1
- is a column in the first tablecol2
- is a column in the second tablepublic java.lang.Object clone()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |