Uses of Class
com.jk.data.dynamic.query.Operator
Packages that use Operator
-
Uses of Operator in com.jk.data.dynamic.query
Fields in com.jk.data.dynamic.query declared as OperatorModifier and TypeFieldDescriptionstatic final Operator
Operator.COMMA
Represents the comma operator.static final Operator
Operator.EQUAL
Represents the equal operator.static final Operator
Operator.LESS_THAN
Represents the less than operator.static final Operator
Operator.MORE_THAN
Represents the more than operator.Methods in com.jk.data.dynamic.query that return OperatorModifier and TypeMethodDescriptionFieldCondition.getOperator()
This method gets the operator used for comparison.Methods in com.jk.data.dynamic.query with parameters of type OperatorModifier and TypeMethodDescriptionvoid
FieldCondition.setOperator
(Operator operator) This method sets the operator to the provided value.