|
|
|
@ -15,7 +15,7 @@ import io.reactivex.Flowable;
@@ -15,7 +15,7 @@ import io.reactivex.Flowable;
|
|
|
|
|
public interface ProjectDao { |
|
|
|
|
|
|
|
|
|
@Query("SELECT * FROM t_project") |
|
|
|
|
Flowable<List<Project>> testListAll(); |
|
|
|
|
Flowable<List<Project>> listAllWithDeleted(); |
|
|
|
|
|
|
|
|
|
@Query("SELECT * FROM t_project where deleted = 0 order by create_date desc") |
|
|
|
|
Flowable<List<Project>> listAll(); |
|
|
|
|