Methods to be performed on entities
Type | Name and description |
---|---|
java.util.Observable<java.lang.Boolean> |
delete(groovy.lang.Closure callable) Delete an entity using the given closure to customize the request |
java.util.Observable<java.lang.Boolean> |
delete(java.util.Map arguments, groovy.lang.Closure callable) Deletes an entity using the given closure to customize the request |
java.util.Observable<D> |
insert(groovy.lang.Closure callable) Inserts an entity using the given closure to customize the request |
java.util.Observable<D> |
insert(java.util.Map arguments, groovy.lang.Closure callable) Inserts an entity using the given closure to customize the request |
java.util.Observable<D> |
patch(groovy.lang.Closure callable) Save an entity using the given closure to customize the request |
java.util.Observable<D> |
patch() Save an entity using the given closure to customize the request |
java.util.Observable<D> |
patch(java.util.Map arguments, groovy.lang.Closure callable) Save an entity using the given closure to customize the request |
java.util.Observable<D> |
patch(java.util.Map arguments) Save an entity using the given closure to customize the request |
java.util.Observable<D> |
post(groovy.lang.Closure callable) Save an entity using the given closure to customize the request |
java.util.Observable<D> |
post() Save an entity using the given closure to customize the request |
java.util.Observable<D> |
post(java.util.Map arguments, groovy.lang.Closure callable) Save an entity using the given closure to customize the request |
java.util.Observable<D> |
post(java.util.Map arguments) Save an entity using the given closure to customize the request |
java.util.Observable<D> |
save(groovy.lang.Closure callable) Save an entity using the given closure to customize the request |
java.util.Observable<D> |
save(java.util.Map arguments, groovy.lang.Closure callable) Saves an entity using the given closure to customize the request |
java.lang.String |
toJson() @return Convert this object to a JSON string |
void |
toJson(java.io.Writer writer) Convert this object to JSON |
Methods inherited from class | Name |
---|---|
interface grails.gorm.rx.api.RxGormOperations |
grails.gorm.rx.api.RxGormOperations#delete(java.util.Map), grails.gorm.rx.api.RxGormOperations#delete(), grails.gorm.rx.api.RxGormOperations#save(), grails.gorm.rx.api.RxGormOperations#save(java.util.Map), grails.gorm.rx.api.RxGormOperations#insert(), grails.gorm.rx.api.RxGormOperations#insert(java.util.Map) |
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Delete an entity using the given closure to customize the request
callable
- The callableDeletes an entity using the given closure to customize the request
callable
- The callableInserts an entity using the given closure to customize the request
callable
- The callableInserts an entity using the given closure to customize the request
callable
- The callableSave an entity using the given closure to customize the request
callable
- The callableSave an entity using the given closure to customize the request
Save an entity using the given closure to customize the request
callable
- The callableSave an entity using the given closure to customize the request
Save an entity using the given closure to customize the request
callable
- The callableSave an entity using the given closure to customize the request
Save an entity using the given closure to customize the request
callable
- The callableSave an entity using the given closure to customize the request
Save an entity using the given closure to customize the request
callable
- The callableSaves an entity using the given closure to customize the request
callable
- The callable
Convert this object to JSON
writer
- The target writer