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() |
Method |
getMethod() |
String |
getNamedQueryName()
Returns the name of the named query this method belongs to.
|
GraphParameters |
getParameters() |
String |
getQuery() |
Integer |
getQueryDepthParamIndex() |
boolean |
hasAnnotatedQuery() |
getDomainClass, getEntityInformation, getName, getResultProcessor, getReturnedObjectType, isCollectionQuery, isModifyingQuery, isPageQuery, isQueryForEntity, isSliceQuery, isStreamQuery, toString
public GraphQueryMethod(Method method, RepositoryMetadata metadata, ProjectionFactory factory)
protected Parameters<?,?> createParameters(Method method)
createParameters
in class QueryMethod
public GraphParameters getParameters()
getParameters
in class QueryMethod
public String getQuery()
public Method getMethod()
public String getNamedQueryName()
getNamedQueryName
in class QueryMethod
public Integer getQueryDepthParamIndex()
public String getCountQueryString()
public boolean hasAnnotatedQuery()
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.