-
Notifications
You must be signed in to change notification settings - Fork 353
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
Unified RowMapper infrastructure #2000
base: main
Are you sure you want to change the base?
Conversation
93d0b53
to
a8044cb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks mostly good to me.
I left some in line comments.
Plus the dependency test fails, so I guess some classes need to get shuffled around.
.../src/main/java/org/springframework/data/jdbc/repository/support/JdbcQueryLookupStrategy.java
Outdated
Show resolved
Hide resolved
...data-jdbc/src/main/java/org/springframework/data/jdbc/repository/query/RowMapperFactory.java
Show resolved
Hide resolved
...ata-jdbc/src/main/java/org/springframework/data/jdbc/repository/query/AbstractJdbcQuery.java
Show resolved
Hide resolved
...data-jdbc/src/main/java/org/springframework/data/jdbc/repository/query/RowMapperFactory.java
Outdated
Show resolved
Hide resolved
e87abbb
to
1d65e9c
Compare
@schauder What |
1d65e9c
to
0227022
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @schauder. I've addressed all the comments. I left a couple of discussion pending, just to either let you know some details or to discuss with you other possibilities.
.../src/main/java/org/springframework/data/jdbc/repository/support/JdbcQueryLookupStrategy.java
Show resolved
Hide resolved
.../src/main/java/org/springframework/data/jdbc/repository/support/JdbcQueryLookupStrategy.java
Show resolved
Hide resolved
...ata-jdbc/src/main/java/org/springframework/data/jdbc/repository/query/AbstractJdbcQuery.java
Show resolved
Hide resolved
0227022
to
4cb07a6
Compare
4cb07a6
to
4bc2fd6
Compare
Could you please sign off on your commit for DCO. |
The PR is marked as draft. Is there anything you don't consider ready yet? |
@schauder The PR was inspired by the following issue in the YDB dialect on top of spring data jdbc. Most likely, we'll also need to allow for the extension of I'll convert it as ready very shortly, as soon as I'll understand that the dialect is capable to extend everything that it needs. Or, alternatively, we can merge this PR and other possible changes would happen in the upcoming PRs. What are your thoughts on this? |
Ok, I'll wait with further reviewing until we have something that is complete from your perspective. |
Related #1998