Closed hmbig2 closed 9 months ago
/cc @FroMage (panache), @loicmathieu (panache)
PanacheQuery
does support pagination: https://quarkus.io/guides/hibernate-orm-panache#paging
@gavinking what is our position WRT Jakarta Data?
Should this issue be closed then?
why didn't Quarkus-panache implement this interface?
Because we don't implement Jakarta Data, because it's not released yet and Quarkus ORM with Panache is older than this and supports pagination already, as noted above :)
what is our position WRT Jakarta Data?
I believe our position is to wait until later to implement it.
Let's close this issue, we'll open another one to implement Jakarta Data later when/if we intend to implement it.
Description
The Jakarta Data specification defines a pagination interface, spring JPA has the same interface.
why didn't Quarkus-panache implement this interface?
Implementation ideas
No response