Interface SelectionVisitable
-
- All Known Implementing Classes:
AbstractNumericalPersistentPropertyExpression
,AbstractPersistentEntityJoinSupport
,AbstractPersistentPropertyExpression
,AbstractPersistentPropertyPath
,AbstractPersistentPropertyPredicate
,AbstractPredicate
,AggregateExpression
,AliasedSelection
,CompoundSelection
,ConjunctionPredicate
,DisjunctionPredicate
,ExpressionBinaryPredicate
,IdExpression
,LiteralExpression
,NegatedPredicate
,PersistentPropertyBetweenPredicate
,PersistentPropertyBinaryPredicate
,PersistentPropertyInPredicate
,PersistentPropertyInValuesPredicate
,PersistentPropertyUnaryPredicate
@Internal public interface SelectionVisitable
The visitable selection.- Since:
- 3.2
- Author:
- Denis Stepanov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(SelectionVisitor selectionVisitor)
-
-
-
Method Detail
-
accept
void accept(SelectionVisitor selectionVisitor)
-
-