Interface SqmWhereClauseContainer
- All Known Subinterfaces:
SqmDeleteOrUpdateStatement<T>
- All Known Implementing Classes:
SqmDeleteStatement, SqmQuerySpec, SqmUpdateStatement
public interface SqmWhereClauseContainer
Unified contract for things that can contain a SqmWhereClause.
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyPredicate(SqmPredicate accept) @Nullable SqmWhereClause
-
Method Details
-
getWhereClause
@Nullable SqmWhereClause getWhereClause() -
applyPredicate
-