Uses of Enum Class
org.fryske_akademy.jpa.OPERATOR
Packages that use OPERATOR
Package
Description
Interfaces classes to support working with entities, most notably an entity interface, a Param class with support
for syntax in values and value conversion and a JpqlBuilder that facilitates building (dynamic) queries.
-
Uses of OPERATOR in org.fryske_akademy.jpa
Methods in org.fryske_akademy.jpa that return OPERATORModifier and TypeMethodDescriptionstatic OPERATORstatic OPERATOROPERATOR.fromUserInput(String input) Param.getOperator()static OPERATORReturns an operator from the value when syntaxInValue is true and the value contains one of the supported operators, otherwise the operator is determined from the operator argumentstatic OPERATORReturns the enum constant of this class with the specified name.static OPERATOR[]OPERATOR.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.fryske_akademy.jpa with parameters of type OPERATORModifier and TypeMethodDescriptionParam.Builder.add(String propertyPath, String paramKey, OPERATOR operator, Object paramValue, boolean not, boolean or) CallsParam.Builder.add(String, String, OPERATOR, Object, boolean, boolean, Object)with null for maxValueParam.Builder.add(String propertyPath, String paramKey, OPERATOR operator, Object paramValue, boolean not, boolean or, Object maxValue) Bottleneck method, adds a new Param, does not apply any intelligence.CallsParam.Builder.add(String, String, OPERATOR, Object, boolean, boolean, Object)with key,key,operator,value,false,false,null