Spring Data Neo4j

org.springframework.data.neo4j.support.conversion
Class QueryResultProxy

java.lang.Object
  extended by org.springframework.data.neo4j.support.conversion.QueryResultProxy
All Implemented Interfaces:
InvocationHandler

public class QueryResultProxy
extends Object
implements InvocationHandler

Since:
10.11.11
Author:
mh

Constructor Summary
QueryResultProxy(Map<String,Object> map, MappingPolicy mappingPolicy, ResultConverter converter)
           
 
Method Summary
 Object invoke(Object o, Method method, Object[] objects)
           
 Object transformScalaIterableToJavaIterable(Object scalaIterable, Class iterableLikeIface)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryResultProxy

public QueryResultProxy(Map<String,Object> map,
                        MappingPolicy mappingPolicy,
                        ResultConverter converter)
Method Detail

invoke

public Object invoke(Object o,
                     Method method,
                     Object[] objects)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

transformScalaIterableToJavaIterable

public Object transformScalaIterableToJavaIterable(Object scalaIterable,
                                                   Class iterableLikeIface)
                                            throws ClassNotFoundException,
                                                   NoSuchMethodException,
                                                   InvocationTargetException,
                                                   IllegalAccessException
Throws:
ClassNotFoundException
NoSuchMethodException
InvocationTargetException
IllegalAccessException

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.