public class ArangoQueryMethod extends QueryMethod
Constructor and Description |
---|
ArangoQueryMethod(Method method,
RepositoryMetadata metadata,
ProjectionFactory factory) |
Modifier and Type | Method and Description |
---|---|
ArangoParameters |
createParameters(Method method) |
String |
getAnnotatedQuery() |
com.arangodb.model.AqlQueryOptions |
getAnnotatedQueryOptions() |
ArangoParameters |
getParameters() |
Query |
getQueryAnnotation() |
QueryOptions |
getQueryOptionsAnnotation() |
TypeInformation<?> |
getReturnType() |
boolean |
hasAnnotatedQuery() |
boolean |
hasAnnotatedQueryOptions() |
boolean |
isGeoQuery() |
getDomainClass, getEntityInformation, getName, getNamedQueryName, getResultProcessor, getReturnedObjectType, isCollectionQuery, isModifyingQuery, isPageQuery, isQueryForEntity, isSliceQuery, isStreamQuery, toString
public ArangoQueryMethod(Method method, RepositoryMetadata metadata, ProjectionFactory factory)
public ArangoParameters getParameters()
getParameters
in class QueryMethod
public ArangoParameters createParameters(Method method)
createParameters
in class QueryMethod
public boolean hasAnnotatedQuery()
public String getAnnotatedQuery()
public Query getQueryAnnotation()
public boolean hasAnnotatedQueryOptions()
public com.arangodb.model.AqlQueryOptions getAnnotatedQueryOptions()
public QueryOptions getQueryOptionsAnnotation()
public TypeInformation<?> getReturnType()
public boolean isGeoQuery()
Copyright © 2017–2020 ArangoDB GmbH. All rights reserved.