Hi, I’m looking for the return type for the following Query type in Java:
select doc.space, doc.name from XWikiDocument doc, BaseObject obj… I know it should be some kind of List<List<String>> since this is what works in Velocity but I can’t do a typecast from List<Object> to List<List<String>. Can anyone help me on this? Br, Peter _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
