0
剛接觸java時,我使用org.plasma.query.dsl.domainroot.orderby(dataproperty) 但它沒有給我正確的答案。 有關示例org.plasma.query.OrderBy not working
Qxxx xxx = new Qxxx.newquery();
xxx.select(xxx.wildcard());
xxx.orderby(xxx.no_of_hates()); //orderby no_of_hates(datafields)
此查詢通過no_of_hates獲得在有序XXX,也試過這種
xxx.orderby(xxx.no_of_hates().desc());
但給人錯誤的答案。