org.springframework.data.neo4j.rest
Class SpringRestCypherQueryEngine
java.lang.Object
org.springframework.data.neo4j.rest.SpringRestCypherQueryEngine
- All Implemented Interfaces:
- QueryEngine<Map<String,Object>>
public class SpringRestCypherQueryEngine
- extends Object
- implements QueryEngine<Map<String,Object>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringRestCypherQueryEngine
public SpringRestCypherQueryEngine(org.neo4j.rest.graphdb.query.RestCypherQueryEngine restCypherQueryEngine)
query
public org.springframework.data.neo4j.rest.SpringRestResult<Map<String,Object>> query(String statement,
Map<String,Object> params)
- Specified by:
query
in interface QueryEngine<Map<String,Object>>
Copyright © 2011 SpringSource. All Rights Reserved.