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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
applyPredicate(SqmPredicate accept)
SqmWhereClause
getWhereClause()
-
-
-
Method Detail
-
getWhereClause
SqmWhereClause getWhereClause()
-
applyPredicate
void applyPredicate(SqmPredicate accept)
-
-