1. How do you bulk delete records in Grails/GORM? stackoverflow.comI have a table which has records that need to be periodically cleared according to a set of criteria. I was expecting that I could use the criteria builder to just delete ... |
2. grails deleted object would be re-saved by cascade error stackoverflow.comI have the project as set-up below. I am trying to delete a project, and I get the following:
|
3. removeFrom with cascade all-delete-orphan does not work stackoverflow.comGrails 1.3.7 with MySQL 5.5 Either I must be doing something brain-dead, or this is related to Grails issues http://jira.grails.org/browse/GRAILS-5804 and http://jira.grails.org/browse/GRAILS-4121 and similar. I have:
|
4. GORM delete operation : Found two representations of same collection stackoverflow.com
|
5. Grails cascade delete? stackoverflow.comI'm going nuts with foreign key constraints here. No matter what I specify for cascading behavior or
|
6. How can I tell if a Grails/GORM domain instance has been deleted in the current tx (Hibernate)? stackoverflow.comI am looking for a "isDeleted()" test for Grails (GORM) instances:
|