Modifier and Type | Class and Description |
---|---|
class |
ExtendedResourcePredicateVisitor
A predicate visitor used to generate a new predicate so that the resources
referenced by the predicate will be extended to include the joined properties
of their sub-resources.
|
class |
JpaPredicateVisitor<T>
|
class |
ProcessingPredicateVisitor
A predicate visitor used to process a predicate to do the following :
1) Create a new predicate with all sub-resource elements contained in the
visited predicate removed (converted to AlwaysPredicate).
|
class |
SubResourcePredicateVisitor
A predicate visitor used to extract the sub resource elements from a given predicate
and produce a new predicate that can be evaluated with a sub resource of the
given category.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyPredicateVisitor
Predicate visitor for extracting property values from the
PropertyPredicate s of a predicate graph. |
class |
SimplifyingPredicateVisitor
A predicate visitor used to simplify by doing the following ...
|
Modifier and Type | Class and Description |
---|---|
class |
SQLPredicateVisitor
Predicate visitor used to generate a SQL where clause from a predicate graph.
|
Modifier and Type | Method and Description |
---|---|
void |
AlwaysPredicate.accept(PredicateVisitor visitor) |
void |
UnaryPredicate.accept(PredicateVisitor visitor) |
void |
ArrayPredicate.accept(PredicateVisitor visitor) |
void |
PredicateVisitorAcceptor.accept(PredicateVisitor visitor)
Accept the given visitor.
|
void |
CategoryPredicate.accept(PredicateVisitor visitor) |
void |
ComparisonPredicate.accept(PredicateVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
static void |
PredicateHelper.visit(Predicate predicate,
PredicateVisitor visitor) |
Copyright © 2022 Apache Software Foundation. All rights reserved.