Modifier and Type | Method and Description |
---|---|
void |
SubResourcePredicateVisitor.acceptArrayPredicate(ArrayPredicate arrayPredicate) |
void |
ProcessingPredicateVisitor.acceptArrayPredicate(ArrayPredicate arrayPredicate) |
void |
JpaPredicateVisitor.acceptArrayPredicate(ArrayPredicate predicate) |
void |
ExtendedResourcePredicateVisitor.acceptArrayPredicate(ArrayPredicate arrayPredicate) |
Modifier and Type | Method and Description |
---|---|
void |
SimplifyingPredicateVisitor.acceptArrayPredicate(ArrayPredicate arrayPredicate) |
void |
PropertyPredicateVisitor.acceptArrayPredicate(ArrayPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
void |
SQLPredicateVisitor.acceptArrayPredicate(ArrayPredicate predicate) |
Modifier and Type | Class and Description |
---|---|
class |
AndPredicate
Predicate which evaluates to true if all of the predicates in a predicate
array evaluate to true.
|
class |
OrPredicate
Predicate which evaluates to true if any of the predicates in a predicate
array evaluate to true.
|
Modifier and Type | Method and Description |
---|---|
void |
PredicateVisitor.acceptArrayPredicate(ArrayPredicate predicate) |
Copyright © 2022 Apache Software Foundation. All rights reserved.