Interface PredicateVisitable
-
- All Known Implementing Classes:
AbstractPersistentPropertyPredicate
,AbstractPredicate
,ConjunctionPredicate
,DisjunctionPredicate
,ExpressionBinaryPredicate
,NegatedPredicate
,PersistentPropertyBetweenPredicate
,PersistentPropertyBinaryPredicate
,PersistentPropertyInPredicate
,PersistentPropertyInValuesPredicate
,PersistentPropertyUnaryPredicate
@Internal public interface PredicateVisitable
The visitable predicate.- Since:
- 3.2
- Author:
- Denis Stepanov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(PredicateVisitor predicateVisitor)
-
-
-
Method Detail
-
accept
void accept(PredicateVisitor predicateVisitor)
-
-