- 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)
-
Method Summary
-
Method Details
-
updateSpec
UpdateSpec updateSpec() -
execute
UpdateResult execute()
-