goadesign / gorma

Storage generation plugin for Goa
http://goa.design
MIT License
140 stars 35 forks source link

Add delete helper method that can take parent identifiers so operations can be scoped to parents who own the child #98

Open illyabusigin opened 8 years ago

illyabusigin commented 8 years ago

It looks like gorma’s generated delete method doesn’t take into account any parent relationships. There should be a Delete helper method which can also take parent identifier(s) so that delete operations can be scoped to parents who own it.