public interface SimpleTypeDao<ObjectBase extends DatabaseObject>
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Completable |
delete(String id) |
<Type extends ObjectBase> |
get(String id) |
<Type extends ObjectBase> |
query() |
<Type extends ObjectBase> |
save(Type object) |
<Type extends ObjectBase> io.reactivex.Maybe<Type> get(String id)
<Type extends ObjectBase> io.reactivex.Single<Type> save(Type object)
io.reactivex.Completable delete(String id)
<Type extends ObjectBase> Query<Type> query()
Copyright © 2019. All rights reserved.