relativitydev / Gravity

ORM Framework for Relativity Custom Development
Other
16 stars 10 forks source link

Add bulk delete to the IGravityDao signature #119

Closed Arithmomaniac closed 5 years ago

Arithmomaniac commented 6 years ago

Then use it when deleting child objects in an update operation.

instead of getting each child and then deleting, get all children at once and delete in mass.

mrobustelli commented 5 years ago

Provide List of Id's to Delete