Methods on instances
| Type | Name and description |
|---|---|
java.util.Observable<java.lang.Boolean> |
delete(D instance, groovy.lang.Closure callable)Delete an entity using the given closure to customize the request |
java.util.Observable<java.lang.Boolean> |
delete(D instance, java.util.Map arguments, groovy.lang.Closure callable)Deletes an entity using the given closure to customize the request |
java.util.Observable<D> |
insert(D instance, groovy.lang.Closure callable)Inserts an entity using the given closure to customize the request |
java.util.Observable<D> |
insert(D instance, java.util.Map arguments, groovy.lang.Closure callable)Inserts an entity using the given closure to customize the request |
java.util.Observable<D> |
patch(D instance, groovy.lang.Closure callable)Save an entity using the given closure to customize the request |
java.util.Observable<D> |
patch(D instance)Save an entity using the given closure to customize the request |
java.util.Observable<D> |
patch(D instance, java.util.Map arguments, groovy.lang.Closure callable)Save an entity using the given closure to customize the request |
java.util.Observable<D> |
patch(D instance, java.util.Map arguments)Save an entity using the given closure to customize the request |
java.util.Observable<D> |
post(D instance, groovy.lang.Closure callable)Save an entity using the given closure to customize the request |
java.util.Observable<D> |
post(D instance)Save an entity using the given closure to customize the request |
java.util.Observable<D> |
post(D instance, java.util.Map arguments, groovy.lang.Closure callable)Save an entity using the given closure to customize the request |
java.util.Observable<D> |
post(D instance, java.util.Map arguments)Save an entity using the given closure to customize the request |
java.util.Observable<D> |
save(D instance, groovy.lang.Closure callable)Save an entity using the given closure to customize the request |
java.util.Observable<D> |
save(D instance, java.util.Map arguments, groovy.lang.Closure callable)Saves an entity using the given closure to customize the request |
java.lang.String |
toJson(D instance)@return Convert this object to a JSON string |
void |
toJson(D instance, java.io.Writer writer)Convert this object to JSON |
| Methods inherited from class | Name |
|---|---|
interface grails.gorm.rx.api.RxGormInstanceOperations |
grails.gorm.rx.api.RxGormInstanceOperations#ident(java.lang.Object), grails.gorm.rx.api.RxGormInstanceOperations#delete(java.lang.Object), grails.gorm.rx.api.RxGormInstanceOperations#delete(java.lang.Object, java.util.Map), grails.gorm.rx.api.RxGormInstanceOperations#save(java.lang.Object), grails.gorm.rx.api.RxGormInstanceOperations#save(java.lang.Object, java.util.Map), grails.gorm.rx.api.RxGormInstanceOperations#insert(java.lang.Object, java.util.Map), grails.gorm.rx.api.RxGormInstanceOperations#insert(java.lang.Object) |
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