-
Couldn't load subscription status.
- Fork 38.8k
SPR-4691 - Add SimpleJdbcUpdate #1075
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
Conversation
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.
typo configuaration -> configuration
|
@snicoll |
|
Sorry, I hadn't a chance to look at this yet. It's on my todo list. |
|
I can find or query Entity(s),Only to set Property of Entity,but auto update to data base,I can't saveOrUpdate operation. for example: List list = commonService.findByCriteria(criteria); protect frame: |
|
@kervin521 I am not sure I follow and this PR is not a place for questions. Please raise them on Stackoverflow. Thanks! |
|
Any update about this PR approval? SimpleJdbcUpdate would come in handy. |
|
@snicoll I resolved conflicts, but feel free to close the PR. I expect that the Spring framework team will solve it in a better way. |
A SimpleJdbcUpdate provides easy update capabilities for a table. This is similar to SimpleJdbcInsert. This feature is originated from https://github.com/florentp/spring-simplejdbcupdate Issue: SPR-4691
|
Since Spring Data JDBC is considered a better alternative to SimpleJdbcUpdate, I will close this PR. |
Isn't 'Spring Data JDBC' higher level of abstraction than 'Spring JDBC'? |
|
@sasynkamil |
I have signed and agree to the terms of the Spring Individual Contributor License Agreement.
This patch is about https://jira.spring.io/browse/SPR-4691