Add deleteAllById(Iterable<ID> ids) to CrudRepository and ReactiveCrudRepository [DATACMNS-800] #1263
Labels
in: core
Issues in core support
in: repository
Repositories abstraction
type: enhancement
A general enhancement
Milestone
Manuel Jordan opened DATACMNS-800 and commented
Just checking the API for CrudRepository
If we have
findAll(Iterable<ID> ids)
why not createdelete(Iterable<ID> ids)
?It for the case where in a web form we have a list of items with a checkbox for each row with the ID shown or hidden. Once selected a set of rows we can delete them.
Thanks
Affects: 1.11.1 (Gosling SR1), 1.11.2 (Gosling SR2)
Issue Links:
("is depended on by")
("is depended on by")
("is depended on by")
("is depended on by")
("is depended on by")
("is depended on by")
("is depended on by")
("is depended on by")
("is depended on by")
("is depended on by")
Referenced from: pull request #476
The text was updated successfully, but these errors were encountered: