Skip to content

Conversation

@schauder
Copy link
Contributor

schauder added 2 commits June 29, 2020 14:58
Added the field to `EnableJdbcRepository` and respect it's value by instantiating the repository base class reflectively.
mp911de pushed a commit that referenced this pull request Jul 13, 2020
Added the field to `EnableJdbcRepository` and respect it's value by instantiating the repository base class reflectively.

Original pull request: #235.
mp911de added a commit that referenced this pull request Jul 13, 2020
Reorder methods in EnableJdbcRepositories to match other stores. Reformat code.

Original pull request: #235.
@mp911de
Copy link
Member

mp911de commented Jul 13, 2020

That's merged and polished now.

@mp911de mp911de closed this Jul 13, 2020
@mp911de mp911de deleted the issue/DATAJDBC-572 branch July 13, 2020 14:27
mp911de added a commit that referenced this pull request Feb 21, 2022
We now support returning the affected rows count for repository query methods that are annotated with the Modifying annotation. A modifying query method can return either the affected row count, a boolean value whether at least one row was updated or suppress value emission.

    @query("UPDATE person SET firstname = :firstname where lastname = :lastname")
    Mono<Integer> setFixedFirstnameFor(String firstname, String lastname);

Original pull request: #238.
mp911de pushed a commit that referenced this pull request Feb 21, 2022
Added test and tweaked documentation to clarify that other numeric types beyond `Integer` are admissible.
Split a test in order to have meaningful test names.

Original pull request: #238.
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