10 Sep
2015
10 Sep
'15
10:13 a.m.
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