|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Join | |
|---|---|
| org.castor.cpa.persistence.sql.query | |
| org.castor.cpa.persistence.sql.query.visitor | |
| Uses of Join in org.castor.cpa.persistence.sql.query |
|---|
| Methods in org.castor.cpa.persistence.sql.query that return types with arguments of type Join | |
|---|---|
List<Join> |
Qualifier.getJoins()
Returns list of joins currently set. |
| Methods in org.castor.cpa.persistence.sql.query with parameters of type Join | |
|---|---|
void |
Qualifier.addJoin(Join join)
Method providing possibility to add passed join. |
void |
Visitor.visit(Join join)
Visit method to handle Join elements. |
| Uses of Join in org.castor.cpa.persistence.sql.query.visitor |
|---|
| Methods in org.castor.cpa.persistence.sql.query.visitor with parameters of type Join | |
|---|---|
void |
UncoupleVisitor.visit(Join join)
Visit method to handle Join elements. |
void |
ParameterVisitor.visit(Join join)
Visit method to handle Join elements. |
void |
DefaultQueryVisitor.visit(Join join)
Visit method to handle Join elements. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||