[
https://issues.apache.org/jira/browse/IGNITE-10353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16703407#comment-16703407
]
ASF GitHub Bot commented on IGNITE-10353:
-----------------------------------------
GitHub user JonathanGiovanny opened a pull request:
https://github.com/apache/ignite/pull/5532
IGNITE-10353: Spring Add Update/Delete support for Spring Data
Added Query support for Delete, Remove and ```@Query``` support for other
DML queries including ```UPDATE```, ```DELETE``` and ```MERGE```
https://issues.apache.org/jira/browse/IGNITE-10353
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JonathanGiovanny/ignite IGNITE-10353
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5532.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5532
----
commit 08dba0c339af450d67fb9b83991d372401c64da8
Author: Jonathan Camargo <jcamargos@...>
Date: 2018-11-28T21:27:55Z
IGNITE-10353: Spring Add Update/Delete support for Spring Data
----
> Spring Add Update/Delete support for Spring Data
> ------------------------------------------------
>
> Key: IGNITE-10353
> URL: https://issues.apache.org/jira/browse/IGNITE-10353
> Project: Ignite
> Issue Type: New Feature
> Components: spring
> Reporter: Jonathan Camargo
> Assignee: Jonathan Camargo
> Priority: Minor
>
> In Spring Data 2.0 module, add the update/delete functionalities to work with
> the cache, this should be possible even using the method name in the
> IgniteRepository interface or by a @Query notation writing the SQL query
> following the ignite docs for it.
> The specification for the remaining methods for the Repository interface are
> mentioned on the Spring documentation.
> https://docs.spring.io/spring-data/jpa/docs/current/reference/html/
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)