christofear
2013-07-24 13:41:11 UTC
Can someone help me with this?
When using where queries for batch deletes, the domain instances are
being deleted immediately(like delete(flush: true) ) or not? For example:
Person.findAllByFirstName("George")*.delete(flush: true)
is equal to
Person.where {
firstName == 'George'
}.deleteAll()
or not?
Please help!
Thnx
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
When using where queries for batch deletes, the domain instances are
being deleted immediately(like delete(flush: true) ) or not? For example:
Person.findAllByFirstName("George")*.delete(flush: true)
is equal to
Person.where {
firstName == 'George'
}.deleteAll()
or not?
Please help!
Thnx
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email