public class HazelcastPredicateVisitor extends AbstractVisitor<com.hazelcast.query.Predicate<?,?>>
| Modifier and Type | Field and Description |
|---|---|
private List<com.hazelcast.query.Predicate<?,?>> |
filters |
ISO_OFFSET_DATE_TIME| Constructor and Description |
|---|
HazelcastPredicateVisitor() |
| Modifier and Type | Method and Description |
|---|---|
private com.hazelcast.query.Predicate<?,?> |
buildEquals(String fieldName,
Comparable<?> argument) |
private com.hazelcast.query.Predicate<?,?> |
buildNotEquals(String fieldName,
Comparable<?> argument) |
private com.hazelcast.query.Predicate<?,?> |
doBuildPredicate(Comparison comparison,
String fieldName,
Comparable<?> argument) |
private com.hazelcast.query.Predicate<?,?> |
doBuildPredicate(Comparison comparison,
String fieldName,
List<Comparable> arguments) |
com.hazelcast.query.Predicate<?,?> |
start(Node node) |
void |
visit(ConstraintNode<?> node) |
void |
visit(OperationNode node) |
addSelectorToFieldMapping, containsWildcard, getMappedField, isAlwaysWildcard, sanatizeToComparable, setAlwaysWildcard, setSelectorToFieldMapping, visitprivate List<com.hazelcast.query.Predicate<?,?>> filters
private com.hazelcast.query.Predicate<?,?> buildEquals(String fieldName, Comparable<?> argument)
private com.hazelcast.query.Predicate<?,?> buildNotEquals(String fieldName, Comparable<?> argument)
private com.hazelcast.query.Predicate<?,?> doBuildPredicate(Comparison comparison, String fieldName, Comparable<?> argument)
private com.hazelcast.query.Predicate<?,?> doBuildPredicate(Comparison comparison, String fieldName, List<Comparable> arguments)
public com.hazelcast.query.Predicate<?,?> start(Node node)
public void visit(ConstraintNode<?> node)
public void visit(OperationNode node)
Copyright © 2019. All rights reserved.