class TypeDao<Type : DatabaseObject> : SimpleTypeDao<Type>
Author
Benjamin Beeker
<init> |
TypeDao(baseDao: BaseDao, typeClass: Class<Type>) |
delete |
fun delete(id: String): Completable |
get |
operator fun get(id: String): Maybe<Type> |
query |
fun query(): Query<Type> |
save |
fun save(object: Type): Single<Type> |
NAMED_TYPE_INJECT_PARAM |
const val NAMED_TYPE_INJECT_PARAM: String |