Skip to content

DATAMONGO-1719 - Fluent reactive operations. #487

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 7 commits into from

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented Jul 19, 2017

We now provide fluent operations for reactive data access along with Kotlin extensions.

@mp911de mp911de force-pushed the issue/DATAMONGO-1719 branch 4 times, most recently from a927915 to 33cc2e9 Compare July 20, 2017 08:51
mp911de added 5 commits July 21, 2017 09:40
…ion to Executable… and remove Operation from intermediate interfaces.
Use mockito extensions to mimic static imports.
Use Lombok's FieldDefaults and NonNull in operations support.
Use empty query where possible to avoid null values and introduce non optional findAndModify alternative for imperative api.
Add missing ExecutableUpdateOperation Kotlin extension.
Update Javadoc and add non-Javadoc comments.
christophstrobl pushed a commit that referenced this pull request Jul 24, 2017
We now provide a fluent API for find, insert, update, aggregate and delete operations that can be used as an alternative for their counterparts in ReactiveMongoOperations.

Original Pull Request: #487
christophstrobl pushed a commit that referenced this pull request Jul 24, 2017
…ion to Executable… and remove Operation from intermediate interfaces.

Original Pull Request: #487
christophstrobl pushed a commit that referenced this pull request Jul 24, 2017
Use mockito extensions to mimic static imports.
Use Lombok's FieldDefaults and NonNull in operations support.

Original Pull Request: #487
christophstrobl added a commit that referenced this pull request Jul 24, 2017
Use empty query where possible to avoid null values and introduce non optional findAndModify alternative for imperative api.
Add missing ExecutableUpdateOperation Kotlin extension.
Update Javadoc and add non-Javadoc comments.

Original Pull Request: #487
christophstrobl added a commit that referenced this pull request Jul 24, 2017
… fluent reactive API.

Original Pull Request: #487
@christophstrobl christophstrobl deleted the issue/DATAMONGO-1719 branch July 24, 2017 07:43
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