|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Compare | |
|---|---|
| org.castor.cpa.persistence.sql.query | |
| org.castor.cpa.persistence.sql.query.expression | |
| org.castor.cpa.persistence.sql.query.visitor | |
| Uses of Compare in org.castor.cpa.persistence.sql.query |
|---|
| Methods in org.castor.cpa.persistence.sql.query with parameters of type Compare | |
|---|---|
void |
Visitor.visit(Compare compare)
Visit method to handle Compare elements. |
| Uses of Compare in org.castor.cpa.persistence.sql.query.expression |
|---|
| Methods in org.castor.cpa.persistence.sql.query.expression that return Compare | |
|---|---|
Compare |
Expression.equal(Expression expression)
Compare if this expression is equal to the given one. |
Compare |
Expression.greaterEqual(Expression expression)
Compare if this expression is greater than or equal to the given one. |
Compare |
Expression.greaterThan(Expression expression)
Compare if this expression is greater than the given one. |
Compare |
Expression.lessEqual(Expression expression)
Compare if this expression is less than or equal to the given one. |
Compare |
Expression.lessThan(Expression expression)
Compare if this expression is less than the given one. |
Compare |
Expression.notEqual(Expression expression)
Compare if this expression is not equal to the given one. |
| Uses of Compare in org.castor.cpa.persistence.sql.query.visitor |
|---|
| Methods in org.castor.cpa.persistence.sql.query.visitor with parameters of type Compare | |
|---|---|
void |
UncoupleVisitor.visit(Compare compare)
Visit method to handle Compare elements. |
void |
ParameterVisitor.visit(Compare compare)
Visit method to handle Compare elements. |
void |
DefaultQueryVisitor.visit(Compare compare)
Visit method to handle Compare elements. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||