Package | Description |
---|---|
org.castor.cpa.persistence.sql.query.condition |
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
Constructor and Description |
---|
Compare(Expression left,
CompareOperator operator,
Expression right)
Constructor a compare condition that compares given left and rigth hand operand
with given comparison operator.
|
Copyright © 2014. All rights reserved.