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 ---- ---