Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
JPA queries that use setFirstResult() and/or setMaxResult() translate to some form of Offset and Limit syntax in database SQL query. Recently DB2 and Derby has added ROWNUM and FETCH offset respectively.
OpenJPA should use these facilities when appropriate.
Attachments
Attachments
Issue Links
- relates to
-
OPENJPA-759 Query pagination on DB2 - an alternative way
- Open