public class UserDao extends Object implements SimpleDao<UserDatabaseObject>
| Modifier and Type | Field and Description |
|---|---|
static String |
USER_INJECT |
| Modifier and Type | Method and Description |
|---|---|
<Type extends UserDatabaseObject> |
delete(String id,
Class<Type> typeClass) |
<Type extends UserDatabaseObject> |
get(String id,
Class<Type> typeClass) |
<Type extends UserDatabaseObject> |
query(Class<Type> typeClass) |
<Type extends UserDatabaseObject> |
save(Type object) |
public static final String USER_INJECT
public <Type extends UserDatabaseObject> io.reactivex.Maybe<Type> get(String id, Class<Type> typeClass)
get in interface SimpleDao<UserDatabaseObject>public <Type extends UserDatabaseObject> io.reactivex.Single<Type> save(Type object)
save in interface SimpleDao<UserDatabaseObject>public <Type extends UserDatabaseObject> io.reactivex.Completable delete(String id, Class<Type> typeClass)
delete in interface SimpleDao<UserDatabaseObject>public <Type extends UserDatabaseObject> Query<Type> query(Class<Type> typeClass)
query in interface SimpleDao<UserDatabaseObject>Copyright © 2019. All rights reserved.