Interface defining all typical GORM operations on class
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.Number |
deleteAll() Deletes all entities matching this criteria |
|
T |
getPersistentClass() @return The class these operations apply to |
|
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