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 TypeClassDescriptionclass
Generates predicates for theAFTER
operator.class
Generates predicates for theBEFORE
operator.class
Generates predicates for theBETWEEN
operator.class
Generates predicates for theCONTAINS_ALL
operator.class
Generates predicates for theCONTAINS_KEY
operator.class
Generates predicates for theCONTAINS
operator.class
Generates predicates for theCONTAINS_VALUE
operator.class
Generates predicates for theENDS_WITH
operator.class
Generates predicates for theEQUALS
operator.class
Generates predicates for theGTE
operator.class
Generates predicates for theGT
operator.class
Generates predicates for theIN
operator.class
Generates predicates for theIS_EMPTY
operator.class
Generates predicates for theLTE
operator.class
Generates predicates for theLT
operator.class
Generates a predicate for the "not empty" search operator.class
Generates predicates for theNOT_EQUALS
operator.class
Generates predicates for theNOT_IN
operator.class
Generates a predicate for checking if a field's value falls within a specified range in a search request.class
Generates a predicate for checking if a string field matches a regular expression specified in a search request.class
Generates a predicate for checking if the size of a collection field is equal to a specified value in a search request.class
Generates a predicate for checking if the size of a collection field is greater than a specified value in a search request.class
Generates a predicate for checking if the size of a collection field is less than a specified value in a search request.class
Generates a predicate for checking if a string field starts with a given value.