Class ArangoQueryMethod
java.lang.Object
org.springframework.data.repository.query.QueryMethod
com.arangodb.springframework.repository.query.ArangoQueryMethod
- Author:
- Audrius Malele, Mark McCormick, Mark Vollmary, Christian Lechner
-
Constructor Summary
ConstructorsConstructorDescriptionArangoQueryMethod
(Method method, RepositoryMetadata metadata, ProjectionFactory factory) -
Method Summary
Modifier and TypeMethodDescriptioncreateParameters
(Method method) com.arangodb.model.AqlQueryOptions
boolean
boolean
boolean
Methods inherited from class org.springframework.data.repository.query.QueryMethod
createParameters, getDomainClass, getEntityInformation, getName, getNamedQueryName, getResultProcessor, getReturnedObjectType, isCollectionQuery, isModifyingQuery, isPageQuery, isQueryForEntity, isSliceQuery, isStreamQuery, toString
-
Constructor Details
-
ArangoQueryMethod
-
-
Method Details
-
getParameters
- Overrides:
getParameters
in classQueryMethod
-
createParameters
- Overrides:
createParameters
in classQueryMethod
-
hasAnnotatedQuery
public boolean hasAnnotatedQuery() -
getAnnotatedQuery
-
getQueryAnnotation
-
hasAnnotatedQueryOptions
public boolean hasAnnotatedQueryOptions() -
getAnnotatedQueryOptions
public com.arangodb.model.AqlQueryOptions getAnnotatedQueryOptions() -
getQueryOptionsAnnotation
-
getReturnType
-
isGeoQuery
public boolean isGeoQuery()
-