public class QueryResultProxy extends Object implements InvocationHandler
| Constructor and Description |
|---|
QueryResultProxy(Map<String,Object> map,
MappingPolicy mappingPolicy,
ResultConverter converter) |
public QueryResultProxy(Map<String,Object> map, MappingPolicy mappingPolicy, ResultConverter converter)
public Object invoke(Object o, Method method, Object[] objects) throws Throwable
invoke in interface InvocationHandlerThrowablepublic Object transformScalaIterableToJavaIterable(Object scalaIterable, Class iterableLikeIface) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
Copyright © 2012 SpringSource. All Rights Reserved.