|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AndCondition | |
|---|---|
| org.castor.cpa.persistence.sql.query | |
| org.castor.cpa.persistence.sql.query.condition | |
| org.castor.cpa.persistence.sql.query.visitor | |
| Uses of AndCondition in org.castor.cpa.persistence.sql.query |
|---|
| Methods in org.castor.cpa.persistence.sql.query with parameters of type AndCondition | |
|---|---|
void |
Visitor.visit(AndCondition andCondition)
Visit method to handle AndCondition elements. |
| Uses of AndCondition in org.castor.cpa.persistence.sql.query.condition |
|---|
| Constructors in org.castor.cpa.persistence.sql.query.condition with parameters of type AndCondition | |
|---|---|
AndCondition(AndCondition condition)
Copy constructor to create a copy of given AND condition. |
|
| Uses of AndCondition in org.castor.cpa.persistence.sql.query.visitor |
|---|
| Methods in org.castor.cpa.persistence.sql.query.visitor with parameters of type AndCondition | |
|---|---|
void |
UncoupleVisitor.visit(AndCondition andCondition)
Visit method to handle AndCondition elements. |
void |
ParameterVisitor.visit(AndCondition andCondition)
Visit method to handle AndCondition elements. |
void |
DefaultQueryVisitor.visit(AndCondition andCondition)
Visit method to handle AndCondition elements. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||