我想通过dao类中的列对查询进行排序,但是在连接列中进行汇总...这很容易在SQL范围内完成,但不允许在greenDAO上使用
ex :(我真正的例子是扩展方式,所以我创建了一个小的伪代码来尝试解释
BETWEEN
然后在ADao上我将拥有:
Class A{
int id
}
//join table
Class B{
int A_id;
int C_id;
int comparable;
}
Class C{
int id;
}
此代码将引发异常,因为B.Properties.Comparable不属于A
原因:org.greenrobot.greendao.DaoException:属性“门票”不属于com.tomatedigital.giveawaymaster.dao.GiveawayDao@a878cdd