-
Notifications
You must be signed in to change notification settings - Fork 369
Closed
Labels
in: repositoryRepositories abstractionRepositories abstractiontype: enhancementA general enhancementA general enhancement
Milestone
Description
Kazuki Shimizu opened DATAJDBC-182 and commented
Support modifying query on query method as follow:
@Modifying
@Query("UPDATE DUMMYENTITY SET name = :name WHERE id = :id")
int updateName(@Param("id") Long id, @Param("name") String name);
Referenced from: pull request #48
Metadata
Metadata
Assignees
Labels
in: repositoryRepositories abstractionRepositories abstractiontype: enhancementA general enhancementA general enhancement