Spring Data Neo4j

Uses of Class
org.springframework.data.neo4j.annotation.QueryType

Packages that use QueryType
org.springframework.data.neo4j.annotation   
org.springframework.data.neo4j.core   
org.springframework.data.neo4j.rest   
org.springframework.data.neo4j.support   
org.springframework.data.neo4j.template   
 

Uses of QueryType in org.springframework.data.neo4j.annotation
 

Methods in org.springframework.data.neo4j.annotation that return QueryType
static QueryType QueryType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueryType[] QueryType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

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

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

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

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

Methods in org.springframework.data.neo4j.support with parameters of type QueryType
<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 QueryType in org.springframework.data.neo4j.template
 

Methods in org.springframework.data.neo4j.template with parameters of type QueryType
<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.