| Modifier and Type | Method and Description |
|---|---|
CypherQueryEngine |
GraphDatabase.queryEngine()
returns a query engine for the provided type (Cypher) which is initialized with the default result converter
|
CypherQueryEngine |
GraphDatabase.queryEngine(ResultConverter resultConverter)
returns a query engine for the provided type (Cypher) which is initialized with the provided result converter
|
| Modifier and Type | Method and Description |
|---|---|
CypherQueryEngine |
DelegatingGraphDatabase.queryEngine() |
<T> CypherQueryEngine |
Neo4jTemplate.queryEngineFor() |
| Modifier and Type | Class and Description |
|---|---|
class |
CypherQueryEngineImpl |
| Modifier and Type | Field and Description |
|---|---|
protected CypherQueryEngine |
LabelBasedNodeTypeRepresentationStrategy.queryEngine |
protected CypherQueryEngine |
SingleLabelBasedNodeTypeRepresentationStrategy.queryEngine |
| Constructor and Description |
|---|
LabelBasedStrategyCypherHelper(CypherQueryEngine queryEngine) |
| Modifier and Type | Method and Description |
|---|---|
<T> CypherQueryEngine |
Neo4jOperations.queryEngineFor()
Provides a cypher query engine set up with a default entity converter.
|
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.