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)