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
-
Method Details
-
doSelect
void doSelect()Executes the query. This method should ideally contain only a single call to the actual query method.
-