Skip to content

DATAMONGO-934: Implementation of bulk operations #327

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
wants to merge 2 commits into from

Conversation

ttrelle
Copy link
Contributor

@ttrelle ttrelle commented Sep 25, 2015

I added basic support for bulk operation introduced w/ MongoDB 2.6, see https://jira.spring.io/browse/DATAMONGO-934

odrotbohm added a commit to spring-projects/spring-data-commons that referenced this pull request Nov 26, 2015
odrotbohm pushed a commit that referenced this pull request Nov 26, 2015
Introduced BulkOperations that can be obtained via MongoOperations, register operations to be eventually executed in a bulk.

Original pull request: #327.
odrotbohm added a commit that referenced this pull request Nov 26, 2015
Polished JavaDoc and implementation as well as tests. Extracted Tuple to Spring Data Commons. Moved exception translation into MongoExceptionTranslator.

Changed implementation of DefaultBulkOperations to consider the WriteConcernResolver of the underlying MongoTemplate to avoid exposing the WriteConcern on execution.

Original pull request: #327.
Related tickets: DATACMNS-790.
@odrotbohm
Copy link
Member

That's polished and merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants