interface GormOperations<T> extends GormQueryOperations<T>
Interface defining all typical GORM operations on class
Type Params | Return Type | Name and description |
---|---|---|
|
abstract java.lang.Number |
deleteAll() Deletes all entities matching this criteria |
|
abstract T |
getPersistentClass()
|
|
abstract java.lang.Number |
updateAll(java.util.Map properties) Updates all entities matching this criteria |
Deletes all entities matching this criteria
Updates all entities matching this criteria