interface GormOperations<T> extends GormQueryOperations<T>
Interface defining all typical GORM operations on class
abstract Number
deleteAll()
abstract T
getPersistentClass()
updateAll(Map properties)
Deletes all entities matching this criteria
Updates all entities matching this criteria
Groovy Documentation