sockeqwe / sqlbrite-dao

DAO for SQLBrite
http://hannesdorfmann.com/android/sqlbrite-dao
Apache License 2.0
182 stars 22 forks source link

chain query #33

Closed ziahaqi closed 8 years ago

ziahaqi commented 8 years ago

hi @sockeqwe i have a question, Can you tell me how to build a chained query ? ex: ... Object a = getBy(id); //query 1 List details = getbyObjectId(int id); //query 2 a.setDetail(details); return a;

thanks

sockeqwe commented 8 years ago

OR