Package jakarta.nosql

Interface QueryMapper.MapperDeleteQueryBuild

All Known Subinterfaces:
QueryMapper.MapperDeleteFrom, QueryMapper.MapperDeleteWhere
Enclosing interface:
QueryMapper

public static interface QueryMapper.MapperDeleteQueryBuild
Represents the last step of the delete query fluent API execution.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes the query.
  • Method Details

    • execute

      void execute()
      Executes the query.
      Throws:
      UnsupportedOperationException - If a NoSQL database does not support a specific operation or if the database does not support certain query conditions, an exception will be raised. For example, a wide-column may not support the OR operator, or a document database may not support the BETWEEN operator. The level of NoSQL database support for various conditions may vary depending on the database provider.