Interface UpdateTerminal

All Superinterfaces:
UpdateQuery
All Known Implementing Classes:
org.litebridgedb.orm.api.update.impl.AbstractUpdater, DtoUpdater, DtoUpdateWhereConditionClauseTerminalImpl, SqlUpdater, SqlUpdateWhereConditionClauseTerminalImpl

public sealed interface UpdateTerminal extends UpdateQuery permits DtoUpdateWhereConditionClauseTerminalImpl<DTO>, SqlUpdateWhereConditionClauseTerminalImpl (not exhaustive)