Interface SqmWhereClauseContainer
-
- All Known Subinterfaces:
SqmDeleteOrUpdateStatement<T>
- All Known Implementing Classes:
SqmDeleteStatement,SqmQuerySpec,SqmUpdateStatement
public interface SqmWhereClauseContainerUnified contract for things that can contain a SqmWhereClause.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyPredicate(SqmPredicate accept)SqmWhereClausegetWhereClause()
-
-
-
Method Detail
-
getWhereClause
SqmWhereClause getWhereClause()
-
applyPredicate
void applyPredicate(SqmPredicate accept)
-
-