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, toStringpublic GraphQueryMethod(Method method, RepositoryMetadata metadata, ProjectionFactory factory)
protected Parameters<?,?> createParameters(Method method)
createParameters in class QueryMethodpublic GraphParameters getParameters()
getParameters in class QueryMethodpublic String getQuery()
public Method getMethod()
public String getNamedQueryName()
getNamedQueryName in class QueryMethodpublic Integer getQueryDepthParamIndex()
public String getCountQueryString()
public boolean hasAnnotatedQuery()
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.