|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.castor.cpa.persistence.sql.query.Join
public final class Join
Class holding join informations.
| Constructor Summary | |
|---|---|
Join(JoinOperator oper,
Qualifier join)
Constructor taking two parameters, constructing JoinOperator instance from string and delegating call to the default constructor. |
|
Join(JoinOperator oper,
Qualifier join,
Condition cond)
Default constructor copying passed values to class variables. |
|
| Method Summary | |
|---|---|
void |
accept(Visitor visitor)
Accept method to handle incoming visitors. |
Condition |
getCondition()
Method returning condition currently set. |
Qualifier |
getJoin()
Method returning qualifier currently set. |
JoinOperator |
getOperator()
Method returning operator currently set. |
String |
toString()
Method constructing query string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Join(JoinOperator oper,
Qualifier join)
oper - String to be used to get the correct JoinOperator.join - Qualifier to be used as right side of the join.
public Join(JoinOperator oper,
Qualifier join,
Condition cond)
oper - Passed JoinOperator to be set.join - Qualifier to be used as right side of the join.cond - Condition to be used for the join.| Method Detail |
|---|
public JoinOperator getOperator()
public Qualifier getJoin()
public Condition getCondition()
public String toString()
toString in class Objectpublic void accept(Visitor visitor)
accept in interface QueryObjectvisitor - Visitor to be handled.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||