- Type Parameters:
DTO- the DTO type
- All Known Subinterfaces:
DtoUpdateStep<DTO>
- All Known Implementing Classes:
DtoUpdater
public interface DtoUpdateStart<DTO>
The starting interface for DTO update queries.
-
Method Summary
Modifier and TypeMethodDescriptionSets a field by name.set(ColumnExpressionSpec field) Sets a field by expression.set(QueryField field) Sets a field by metamodel field.
-
Method Details
-
set
Sets a field by name.- Parameters:
field- the field name- Returns:
- the update set step
-
set
Sets a field by expression.- Parameters:
field- the column expression- Returns:
- the update set step
-
set
Sets a field by metamodel field.- Parameters:
field- the query field- Returns:
- the update set step
-