You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JPA 2.2 added the ability to stream results as a cursor instead of just paging. This story is to explore the practicality of using that API to provide something similar to the functionality provided via the HibernateCursorItemReader but using the JPA APIs.
Affects: 4.0.1
The text was updated successfully, but these errors were encountered:
Michael Minella opened BATCH-2707 and commented
JPA 2.2 added the ability to stream results as a cursor instead of just paging. This story is to explore the practicality of using that API to provide something similar to the functionality provided via the
HibernateCursorItemReader
but using the JPA APIs.Affects: 4.0.1
The text was updated successfully, but these errors were encountered: