public class GraphQueryMethod extends QueryMethod
| Constructor and Description |
|---|
GraphQueryMethod(Method method,
RepositoryMetadata metadata,
ProjectionFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
protected Parameters<?,?> |
createParameters(Method method) |
String |
getCountQueryString() |
MappingContext<Neo4jPersistentEntity<?>,Neo4jPersistentProperty> |
getMappingContext() |
Method |
getMethod() |
String |
getNamedQueryName()
Returns the name of the named query this method belongs to.
|
GraphParameters |
getParameters() |
String |
getQuery() |
Integer |
getQueryDepthParamIndex() |
boolean |
hasAnnotatedQuery() |
void |
setMappingContext(MappingContext<Neo4jPersistentEntity<?>,Neo4jPersistentProperty> mappingContext) |
getDomainClass, getEntityInformation, getName, getResultProcessor, getReturnedObjectType, isCollectionQuery, isModifyingQuery, isPageQuery, isQueryForEntity, isSliceQuery, isStreamQuery, toStringpublic GraphQueryMethod(Method method, RepositoryMetadata metadata, ProjectionFactory factory)
protected Parameters<?,?> createParameters(Method method)
createParameters in class QueryMethodpublic GraphParameters getParameters()
getParameters in class QueryMethodpublic MappingContext<Neo4jPersistentEntity<?>,Neo4jPersistentProperty> getMappingContext()
public void setMappingContext(MappingContext<Neo4jPersistentEntity<?>,Neo4jPersistentProperty> mappingContext)
public String getQuery()
public Method getMethod()
public String getNamedQueryName()
getNamedQueryName in class QueryMethodpublic Integer getQueryDepthParamIndex()
public String getCountQueryString()
public boolean hasAnnotatedQuery()
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.