Interface SqmPredicateCollection
- All Known Implementing Classes:
SqmWhereClause
public interface SqmPredicateCollection
A grouping of predicates, such as a where-clause, join restriction, ...
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyPredicate
(SqmPredicate predicate) void
applyPredicates
(Collection<SqmPredicate> predicates) void
applyPredicates
(SqmPredicate... predicates) void
setPredicate
(SqmPredicate predicate)
-
Method Details
-
getPredicate
SqmPredicate getPredicate() -
setPredicate
-
applyPredicate
-
applyPredicates
-
applyPredicates
-