Interface SqmPredicate

All Superinterfaces:
Expression<Boolean>, JpaCriteriaNode, JpaExpression<Boolean>, JpaPredicate, JpaSelection<Boolean>, JpaTupleElement<Boolean>, Predicate, Selection<Boolean>, Serializable, SqmExpressibleAccessor<Boolean>, SqmExpression<Boolean>, SqmNode, SqmSelectableNode<Boolean>, SqmTypedNode<Boolean>, SqmVisitableNode, TupleElement<Boolean>
All Known Subinterfaces:
SqmInPredicate<T>, SqmNegatablePredicate
All Known Implementing Classes:
AbstractNegatableSqmPredicate, AbstractSqmPredicate, SqmBetweenPredicate, SqmBooleanExpressionPredicate, SqmComparisonPredicate, SqmEmptinessPredicate, SqmExistsPredicate, SqmGroupedPredicate, SqmInListPredicate, SqmInSubQueryPredicate, SqmJunctionPredicate, SqmLikePredicate, SqmMemberOfPredicate, SqmNegatedPredicate, SqmNullnessPredicate, SqmTruthnessPredicate

public interface SqmPredicate extends SqmVisitableNode, JpaPredicate, SqmExpression<Boolean>