EntityOperator reference

OFBiz "entity operators" are equivalent to SQL comparison operators. They allow for optimum flexibility in building entity condition statements. Entity operators are listed in the following table:

operator/operation

EntityOperator

and

EntityOperator.AND

between

EntityOperator.BETWEEN

equals

EntityOperator.EQUALS

greater than

EntityOperator.GREATER_THAN

greater than equal to

EntityOperator.GREATER_THAN_EQUAL_TO

in

EntityOperator.IN

not in

EntityOperator.NOT_IN

less than

EntityOperator.LESS_THAN

less than equal to

EntityOperator.GREATER_THAN_EQUAL_TO

like

EntityOperator.LIKE

not like

EntityOperator.NOT_LIKE

not

EntityOperator.NOT

not equal

EntityOperator.NOT_EQUAL

or

EntityOperator.OR

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.142.135.249