Skip to content
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

Adapter ScrollableResults -> Spliterator #684

Closed
wants to merge 1 commit into from

Conversation

mtopolnik
Copy link

Spliterator is the source of data for the Java 8 Stream. This commit
contributes a Spliterator that wraps Hibernate's ScrollableResults.

The commit also contributes an abstract base class which captures
the concern of splitting into batches of configurable size, thus
supporting automatic parallelization of the stream.

Issues: SPR-12349, SPR-12388

I have signed and agree to the terms of the SpringSource Individual
Contributor License Agreement.

@mtopolnik mtopolnik force-pushed the streams-hibernate branch 3 times, most recently from 0d0b03e to bf39c81 Compare October 31, 2014 19:07
Spliterator is the source of data for the Java 8 Stream. This commit
contributes a Spliterator that wraps Hibernate's ScrollableResults.

The commit also contributes an abstract base class which captures
the concern of splitting into batches of configurable size, thus
supporting automatic parallelization of the stream.

Issues: SPR-12349, SPR-12388
@pivotal-issuemaster
Copy link

@mtopolnik Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@pivotal-issuemaster
Copy link

@mtopolnik Thank you for signing the Contributor License Agreement!

@rstoyanchev rstoyanchev added the in: data Issues in data modules (jdbc, orm, oxm, tx) label Nov 10, 2021
@snicoll
Copy link
Member

snicoll commented Nov 22, 2021

@mtopolnik thanks for the PR and sorry it took us so long to get back to you. Looking at the original issue, it didn't seem to get any traction from the community and it feels like that might be more suited to the Hibernate codebase, if any.

@snicoll snicoll closed this Nov 22, 2021
@snicoll snicoll added status: declined A suggestion or change that we don't feel we should currently apply and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: data Issues in data modules (jdbc, orm, oxm, tx) status: declined A suggestion or change that we don't feel we should currently apply
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants