Interface DeleteTerminal

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

    Modifier and Type
    Method
    Description
    Executes the delete query and returns the result.
  • Method Details

    • execute

      UpdateResult execute()
      Executes the delete query and returns the result.
      Returns:
      the result of the delete operation