Spring Data Neo4j

Uses of Interface
org.springframework.data.neo4j.support.query.QueryEngine

Packages that use QueryEngine
org.springframework.data.neo4j.core   
org.springframework.data.neo4j.rest   
org.springframework.data.neo4j.support   
org.springframework.data.neo4j.support.query   
org.springframework.data.neo4j.template   
 

Uses of QueryEngine in org.springframework.data.neo4j.core
 

Methods in org.springframework.data.neo4j.core that return QueryEngine
<T> QueryEngine<T>
GraphDatabase.queryEngineFor(QueryType type)
           
<T> QueryEngine<T>
GraphDatabase.queryEngineFor(QueryType type, ResultConverter resultConverter)
           
 

Uses of QueryEngine in org.springframework.data.neo4j.rest
 

Classes in org.springframework.data.neo4j.rest that implement QueryEngine
 class SpringRestCypherQueryEngine
           
 class SpringRestGremlinQueryEngine
           
 

Methods in org.springframework.data.neo4j.rest that return QueryEngine
<T> QueryEngine<T>
SpringRestGraphDatabase.queryEngineFor(QueryType type)
           
<T> QueryEngine<T>
SpringRestGraphDatabase.queryEngineFor(QueryType type, ResultConverter resultConverter)
           
 

Uses of QueryEngine in org.springframework.data.neo4j.support
 

Methods in org.springframework.data.neo4j.support that return QueryEngine
<T> QueryEngine<T>
Neo4jTemplate.queryEngineFor(QueryType type)
           
<T> QueryEngine<T>
DelegatingGraphDatabase.queryEngineFor(QueryType type)
           
<T> QueryEngine<T>
DelegatingGraphDatabase.queryEngineFor(QueryType type, ResultConverter resultConverter)
           
 

Uses of QueryEngine in org.springframework.data.neo4j.support.query
 

Classes in org.springframework.data.neo4j.support.query that implement QueryEngine
 class CypherQueryEngine
           
 class GremlinQueryEngine
           
 

Constructors in org.springframework.data.neo4j.support.query with parameters of type QueryEngine
CypherQueryExecutor(QueryEngine queryEngine)
           
 

Uses of QueryEngine in org.springframework.data.neo4j.template
 

Methods in org.springframework.data.neo4j.template that return QueryEngine
<T> QueryEngine<T>
Neo4jOperations.queryEngineFor(QueryType type)
          Provides a cypher or gremlin query engine set up with a default entity converter.
 


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.