- All Superinterfaces:
DeleteQuery
- All Known Implementing Classes:
org.litebridge.orm.api.delete.impl.AbstractDeletor,DtoDeleteWhereConditionClauseTerminalImpl,DtoDeletor,SqlDeleteWhereConditionClauseTerminalImpl,SqlDeletor
public sealed interface DeleteTerminal
extends DeleteQuery
permits DtoDeleteWhereConditionClauseTerminalImpl<DTO>, SqlDeleteWhereConditionClauseTerminalImpl (not exhaustive)
Represents the final stage of a delete query that can be executed.
-
Method Summary
-
Method Details
-
execute
UpdateResult execute()Executes the delete query and returns the result.- Returns:
- the result of the delete operation
-