Skip to content

DATACMNS-995 - Create ReactiveQueryByExampleExecutor allowing reactive query by example. #197

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

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented Feb 22, 2017

Provide a mix-in interface to be used in store modules providing reactive Query by Example query execution.


Related ticket: DATACMNS-995.

mp911de and others added 3 commits May 22, 2017 08:43
…e query by example.

Provide a mix-in interface to be used in store modules providing reactive Query by Example query execution.
Update JavaDoc to reflect reactive types, not null arguments and potential exceptions.
Align not null JavaDoc of imperative QueryByExample interface.
christophstrobl pushed a commit that referenced this pull request May 22, 2017
…e query by example.

Provide a mix-in interface to be used in store modules providing reactive Query by Example query execution.

    Mono<T> findOne(Example<T> sample);
    Flux<T> findAll(Example<T> sample);
    Mono<Long> count(Example<T> sample);
    //...

Original Pull Request: #197
christophstrobl added a commit that referenced this pull request May 22, 2017
Update JavaDoc to reflect reactive types, not null arguments and potential exceptions.
Align not null JavaDoc of imperative QueryByExample interface.

Original Pull Request: #197
@christophstrobl christophstrobl deleted the issue/DATACMNS-995 branch May 22, 2017 13:06
christophstrobl pushed a commit to spring-projects/spring-data-mongodb that referenced this pull request May 22, 2017
…epository.

Add ReactiveQueryByExampleExecutor to ReactiveMongoRepository and check by providing tests for the execution invocation.
Move methods into order and add some missing @OverRide annotations along the way.

Related ticket: DATACMNS-995 via (spring-projects/spring-data-commons#197)

Original Pull Request: #444
Aloren pushed a commit to Aloren/spring-data-commons that referenced this pull request Jun 20, 2019
* Added API

* Add method to check response code retry in the policy.
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.

3 participants