Package | Description |
---|---|
org.castor.cpa.persistence.sql.query | |
org.castor.cpa.persistence.sql.query.expression | |
org.castor.cpa.persistence.sql.query.visitor |
Modifier and Type | Method and Description |
---|---|
void |
Visitor.visit(Compare compare)
Visit method to handle
Compare elements. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
UncoupleVisitor.visit(Compare compare)
Visit method to handle
Compare elements. |
void |
DefaultQueryVisitor.visit(Compare compare)
Visit method to handle
Compare elements. |
void |
ParameterVisitor.visit(Compare compare)
Visit method to handle
Compare elements. |
Copyright © 2013. All rights reserved.