Interface Predicate

All Superinterfaces:
org.hibernate.query.sqm.sql.internal.DomainResultProducer<Boolean>, Expression, SqlAstNode, SqlSelectionProducer
All Known Implementing Classes:
AbstractPredicate, BetweenPredicate, BooleanExpressionPredicate, ComparisonPredicate, ExistsPredicate, FilterPredicate, FilterPredicate.FilterFragmentPredicate, GroupedPredicate, InArrayPredicate, InListPredicate, InSubQueryPredicate, Junction, LikePredicate, NegatedPredicate, NullnessPredicate, SelfRenderingPredicate, ThruthnessPredicate

public interface Predicate extends Expression, org.hibernate.query.sqm.sql.internal.DomainResultProducer<Boolean>
Models a predicate in the SQL AST