pagedQuery

Executes a paged query using the provided DSL block to configure pagination, sorting, and conditions.

Return

An IPagedQuery object representing the configured paged query.

Parameters

block

A lambda that receives a PagedQueryDsl and configures the query.