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

    Modifier and Type
    Method
    Description
    void
    accept(PredicateVisitor predicateVisitor)