Module bus.pager

Interface Querying


public interface Querying
Interface for executing a paginated query. Implementations of this interface should encapsulate the actual query logic.
Since:
Java 17+
Author:
Kimi Liu
  • Method Summary

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

    • doSelect

      void doSelect()
      Executes the query. This method should ideally contain only a single call to the actual query method.