Uses of Class
nl.datasteel.crudcraft.codegen.writer.search.AbstractPredicateGenerator
Packages that use AbstractPredicateGenerator
-
Uses of AbstractPredicateGenerator in nl.datasteel.crudcraft.codegen.writer.search
Subclasses of AbstractPredicateGenerator in nl.datasteel.crudcraft.codegen.writer.searchModifier and TypeClassDescriptionclassGenerates predicates for theAFTERoperator.classGenerates predicates for theBEFOREoperator.classGenerates predicates for theBETWEENoperator.classGenerates predicates for theCONTAINS_ALLoperator.classGenerates predicates for theCONTAINS_KEYoperator.classGenerates predicates for theCONTAINSoperator.classGenerates predicates for theCONTAINS_VALUEoperator.classGenerates predicates for theENDS_WITHoperator.classGenerates predicates for theEQUALSoperator.classGenerates predicates for theGTEoperator.classGenerates predicates for theGToperator.classGenerates predicates for theINoperator.classGenerates predicates for theIS_EMPTYoperator.classGenerates predicates for theLTEoperator.classGenerates predicates for theLToperator.classGenerates a predicate for the "not empty" search operator.classGenerates predicates for theNOT_EQUALSoperator.classGenerates predicates for theNOT_INoperator.classGenerates a predicate for checking if a field's value falls within a specified range in a search request.classGenerates a predicate for checking if a string field matches a regular expression specified in a search request.classGenerates a predicate for checking if the size of a collection field is equal to a specified value in a search request.classGenerates a predicate for checking if the size of a collection field is greater than a specified value in a search request.classGenerates a predicate for checking if the size of a collection field is less than a specified value in a search request.classGenerates a predicate for checking if a string field starts with a given value.