- Type Parameters:
DTO- the type of the DTO
- All Superinterfaces:
DeleteQuery
- All Known Implementing Classes:
DtoDeletor
A WHERE clause for DTO-based delete operations.
-
Method Summary
Modifier and TypeMethodDescriptionCreates a condition based on a field name.where(ExpressionSpec expression) Creates a condition based on an expression.
-
Method Details
-
where
Creates a condition based on a field name.- Parameters:
field- the field name- Returns:
- a condition clause
-
where
Creates a condition based on an expression.- Parameters:
expression- the expression- Returns:
- a condition clause
-