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 OperatorOperator.COMMARepresents the comma operator.static final OperatorOperator.EQUALRepresents the equal operator.static final OperatorOperator.LESS_THANRepresents the less than operator.static final OperatorOperator.MORE_THANRepresents 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 TypeMethodDescriptionvoidFieldCondition.setOperator(Operator operator) This method sets the operator to the provided value.