- Type Parameters:
DTO- the DTO type
- All Superinterfaces:
DtoUpdateStart<DTO>,UpdateQuery,UpdateStep
- All Known Implementing Classes:
DtoUpdater
public sealed interface DtoUpdateStep<DTO>
extends DtoUpdateStart<DTO>, UpdateStep, UpdateQuery
permits DtoUpdater<DTO>
The step interface for DTO update queries.
-
Method Summary
Modifier and TypeMethodDescriptionAdds a where condition by field name.where(ExpressionSpec expression) Adds a where condition by expression.Methods inherited from interface org.litebridge.orm.api.dto.update.DtoUpdateStart
set, set, set
-
Method Details
-
where
Adds a where condition by field name.- Parameters:
field- the field name- Returns:
- the where condition clause
-
where
Adds a where condition by expression.- Parameters:
expression- the expression- Returns:
- the where condition clause
-