Uses of Interface
nl.datasteel.crudcraft.codegen.writer.search.PredicateGenerator
Packages that use PredicateGenerator
-
Uses of PredicateGenerator in nl.datasteel.crudcraft.codegen.writer.search
Classes in nl.datasteel.crudcraft.codegen.writer.search that implement PredicateGeneratorModifier 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.Methods in nl.datasteel.crudcraft.codegen.writer.search that return PredicateGeneratorModifier and TypeMethodDescriptionstatic PredicateGenerator
PredicateGeneratorRegistry.of
(SearchOperator op) Retrieves the appropriatePredicateGenerator
for the givenSearchOperator
.