Result |
Neo4jSession.query(String cypher,
Map<String,?> parameters) |
Result |
Capability.ExecuteQueries.query(String cypher,
Map<String,?> parameters)
Given a cypher statement this method will return a Result object containing a collection of Map's which represent Neo4j
objects as properties, along with query statistics if applicable.
|
Result |
Neo4jSession.query(String cypher,
Map<String,?> parameters,
boolean readOnly) |
Result |
Capability.ExecuteQueries.query(String cypher,
Map<String,?> parameters,
boolean readOnly)
Given a cypher statement this method will return a Result object containing a collection of Map's which represent Neo4j
objects as properties, along with query statistics if applicable.
|