- All Superinterfaces:
UpdateQuery
- All Known Implementing Classes:
org.litebridge.orm.api.update.impl.AbstractUpdater,DtoUpdater,DtoUpdateWhereConditionClauseTerminalImpl,SqlUpdater,SqlUpdateWhereConditionClauseTerminalImpl
public sealed interface UpdateTerminal
extends UpdateQuery
permits DtoUpdateWhereConditionClauseTerminalImpl<DTO>, SqlUpdateWhereConditionClauseTerminalImpl (not exhaustive)
-
Method Summary
Modifier and TypeMethodDescriptionexecute()Executes the update.Returns the update specification.
-
Method Details
-
updateSpec
UpdateSpec updateSpec()Returns the update specification.- Returns:
- the update specification.
-
execute
UpdateResult execute()Executes the update.- Returns:
- the update result.
-