Best way to select row with following scenario using greenDao?
问题 I have 3 tables : Manager: manager_id, taluka_name Employee: employee_id, employee_manager_id Target: target_id, target_employee_id Now i have to show a ListView of all the targets taluka_name wise. I am using greenDao for the interaction with the SQlite database. This is the process i have tried , It is taking too long using the method i have used: Step1: Get Manager ID for the taluka name from the DB. Step2: Get Employee for the Target table->Employee ID. Step3: Get Manager ID from the