Skip to content

Add deleteAllById(Iterable<ID> ids) to CrudRepository and ReactiveCrudRepository [DATACMNS-800] #1263

Closed
@spring-projects-issues

Description

@spring-projects-issues

Manuel Jordan opened DATACMNS-800 and commented

Just checking the API for CrudRepository

If we have findAll(Iterable<ID> ids) why not create delete(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:

  • DATACASS-825 Implement CrudRepository.delete(Iterable<ID> ids)
    ("is depended on by")
  • DATACOUCH-650 Implement CrudRepository.delete(Iterable<ID> ids)
    ("is depended on by")
  • DATAES-976 Implement CrudRepository.delete(Iterable<ID> ids)
    ("is depended on by")
  • DATAGEODE-387 Implement CrudRepository.delete(Iterable<ID> ids)
    ("is depended on by")
  • DATAGRAPH-1428 Implement CrudRepository.delete(Iterable<ID> ids)
    ("is depended on by")
  • DATAJPA-1818 Implement CrudRepository.delete(Iterable<ID> ids)
    ("is depended on by")
  • DATAKV-330 Implement CrudRepository.delete(Iterable<ID> ids)
    ("is depended on by")
  • DATALDAP-181 Implement CrudRepository.delete(Iterable<ID> ids).
    ("is depended on by")
  • DATAMONGO-2652 Implement CrudRepository.delete(Iterable<ID> ids)
    ("is depended on by")
  • DATAREDIS-1247 Implement CrudRepository.delete(Iterable<ID> ids)
    ("is depended on by")
  • DATAJDBC-629 Implement CrudRepository.delete(Iterable<ID> ids)

Referenced from: pull request #476

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions