Skip to content

Add JpaCursorItemReader implementation #901

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
spring-projects-issues opened this issue Mar 27, 2018 · 1 comment
Closed

Add JpaCursorItemReader implementation #901

spring-projects-issues opened this issue Mar 27, 2018 · 1 comment

Comments

@spring-projects-issues
Copy link
Collaborator

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

@spring-projects-issues spring-projects-issues added this to the 4.3.0 milestone Dec 16, 2019
fmbenhassine added a commit to fmbenhassine/spring-batch that referenced this issue Sep 15, 2020
fmbenhassine added a commit to fmbenhassine/spring-batch that referenced this issue Sep 15, 2020
fmbenhassine added a commit to fmbenhassine/spring-batch that referenced this issue Sep 15, 2020
mminella pushed a commit that referenced this issue Sep 16, 2020
@fmbenhassine
Copy link
Contributor

Resolved with #3775 .

@fmbenhassine fmbenhassine changed the title JpaCursorItemReader [BATCH-2707] Add JpaCursorItemReader implementation Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants