|
Spring Data Graph | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryType | |
---|---|
org.springframework.data.neo4j.annotation | |
org.springframework.data.neo4j.core | |
org.springframework.data.neo4j.rest | |
org.springframework.data.neo4j.support |
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)
|
Uses of QueryType in org.springframework.data.neo4j.rest |
---|
Methods in org.springframework.data.neo4j.rest with parameters of type QueryType | |
---|---|
QueryEngine |
RestGraphDatabase.queryEngineFor(QueryType type)
|
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)
|
|
Spring Data Graph | |||||||||
PREV NEXT | FRAMES NO FRAMES |