|
Spring Data Neo4j | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
GraphDatabase.queryEngineFor(QueryType type)
|
|
|
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 | ||
|---|---|---|
|
SpringRestGraphDatabase.queryEngineFor(QueryType type)
|
|
|
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 | ||
|---|---|---|
|
DelegatingGraphDatabase.queryEngineFor(QueryType type)
|
|
|
Neo4jTemplate.queryEngineFor(QueryType type)
|
|
|
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 | ||
|---|---|---|
|
Neo4jOperations.queryEngineFor(QueryType type)
Provides a cypher or gremlin query engine set up with a default entity converter. |
|
|
Spring Data Neo4j | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||