|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompareOperator | |
|---|---|
| org.castor.cpa.persistence.sql.query.condition | |
| Uses of CompareOperator in org.castor.cpa.persistence.sql.query.condition |
|---|
| Methods in org.castor.cpa.persistence.sql.query.condition that return CompareOperator | |
|---|---|
CompareOperator |
CompareOperator.inverse()
Returns the inverse comparison operator. |
CompareOperator |
Compare.operator()
Returns operator of comparison. |
static CompareOperator |
CompareOperator.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CompareOperator[] |
CompareOperator.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Constructors in org.castor.cpa.persistence.sql.query.condition with parameters of type CompareOperator | |
|---|---|
Compare(Expression left,
CompareOperator operator,
Expression right)
Constructor a compare condition that compares given left and rigth hand operand with given comparison operator. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||