Class DtoUpdateWhereConditionClauseTerminalImpl<DTO>

java.lang.Object
org.litebridge.orm.api.dto.update.DtoUpdateWhereConditionClauseTerminalImpl<DTO>
Type Parameters:
DTO - the DTO type
All Implemented Interfaces:
DtoUpdateWhereConditionClauseTerminal<DTO>, ConditionClauseTerminal<DTO,DtoUpdateWhereConditionClause<DTO>,DtoUpdateWhereConditionClauseTerminal<DTO>>, UpdateQuery, UpdateTerminal, UpdateWhereConditionClauseTerminal<DTO,DtoUpdateWhereConditionClause<DTO>,DtoUpdateWhereConditionClauseTerminal<DTO>>

public final class DtoUpdateWhereConditionClauseTerminalImpl<DTO> extends Object implements DtoUpdateWhereConditionClauseTerminal<DTO>, UpdateTerminal
Implementation of the terminal interface for DTO update where condition clauses.