Spring Data Neo4j

org.springframework.data.neo4j.support.query
Class GremlinExecutor

java.lang.Object
  extended by org.springframework.data.neo4j.support.query.GremlinExecutor

public class GremlinExecutor
extends Object


Field Summary
static int REFRESH_ENGINE_COUNT
           
 
Constructor Summary
GremlinExecutor(org.neo4j.graphdb.GraphDatabaseService graphDatabaseService)
           
 
Method Summary
static Iterable getRepresentation(Object result)
           
 Iterable<Object> query(String statement, Map<String,Object> params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REFRESH_ENGINE_COUNT

public static final int REFRESH_ENGINE_COUNT
See Also:
Constant Field Values
Constructor Detail

GremlinExecutor

public GremlinExecutor(org.neo4j.graphdb.GraphDatabaseService graphDatabaseService)
Method Detail

query

public Iterable<Object> query(String statement,
                              Map<String,Object> params)

getRepresentation

public static Iterable getRepresentation(Object result)

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.