Hi, On Sat, Jun 22, 2013 at 10:25 AM, David Buchmann <[email protected]> wrote: > ....we hit the question what the > return value of Row.getValue() [1] should be if the property in > question is multivalue...
As per a previous question at [1], JSR 170 doesn't have a way to get multivalues directly from a result set - I don't think that has changed in JSR 283. As mentioned there, the workaround is to use Row.getNode().getProperty(name).getValues() -Bertrand [1] http://markmail.org/message/aanmdxcufwiqj2gl
