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