Interface DtoUpdateWhereConditionClauseTerminal<DTO>

Type Parameters:
DTO - the DTO type
All Superinterfaces:
ConditionClauseTerminal<DTO,DtoUpdateWhereConditionClause<DTO>,DtoUpdateWhereConditionClauseTerminal<DTO>>, UpdateQuery, UpdateWhereConditionClauseTerminal<DTO,DtoUpdateWhereConditionClause<DTO>,DtoUpdateWhereConditionClauseTerminal<DTO>>
All Known Implementing Classes:
DtoUpdateWhereConditionClauseTerminalImpl

public sealed interface DtoUpdateWhereConditionClauseTerminal<DTO> extends UpdateWhereConditionClauseTerminal<DTO,DtoUpdateWhereConditionClause<DTO>,DtoUpdateWhereConditionClauseTerminal<DTO>> permits DtoUpdateWhereConditionClauseTerminalImpl<DTO>
The terminal interface for DTO update where condition clauses.