You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jacek Szymański (Jira)" <ji...@apache.org> on 2023/04/30 16:05:00 UTC

[jira] [Created] (CAMEL-19304) JPA paging support

Jacek Szymański created CAMEL-19304:
---------------------------------------

             Summary: JPA paging support
                 Key: CAMEL-19304
                 URL: https://issues.apache.org/jira/browse/CAMEL-19304
             Project: Camel
          Issue Type: Improvement
            Reporter: Jacek Szymański


Camel JPA endpoint supports option maximumResults, but this is not enough to implement paging. Also, there is no way to specify offset apart from nativeQuery.

maximumResults is static on the endpoint; it may be specified dynamically only using toD, but this means creating dynamic endpoints.

This PR addresses the above:
- adds support for firstResult
- both maximumResults and firstResult may be specified in message headers, these override values specified on the endpoint, if any



--
This message was sent by Atlassian Jira
(v8.20.10#820010)