You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and i found another serious problem, if use projection search, the result
return will be object other then custom object.
Search s = new Search(Document.class);
s.addFilterIn("id", dictionary.keySet().toArray());
s.addField("oid").addField("id").addField("name").addField("owner").addField("au
thor");
List<Document> docs = documentDao.search(s);
the result will be Object list other than Document list.
Original comment by sendre...@gmail.com on 22 Dec 2013 at 11:27
Original issue reported on code.google.com by
sendre...@gmail.com
on 22 Dec 2013 at 9:38The text was updated successfully, but these errors were encountered: