Class ArangoQueryMethod

java.lang.Object
org.springframework.data.repository.query.QueryMethod
com.arangodb.springframework.repository.query.ArangoQueryMethod

public class ArangoQueryMethod extends QueryMethod
Author:
Audrius Malele, Mark McCormick, Mark Vollmary, Christian Lechner
  • Constructor Details

  • Method Details

    • getParameters

      public ArangoParameters getParameters()
      Overrides:
      getParameters in class QueryMethod
    • createParameters

      protected ArangoParameters createParameters(ParametersSource parametersSource)
      Overrides:
      createParameters in class QueryMethod
    • hasAnnotatedQuery

      public boolean hasAnnotatedQuery()
    • getAnnotatedQuery

      public String getAnnotatedQuery()
    • getQueryAnnotation

      public Query getQueryAnnotation()
    • hasAnnotatedQueryOptions

      public boolean hasAnnotatedQueryOptions()
    • getAnnotatedQueryOptions

      public com.arangodb.model.AqlQueryOptions getAnnotatedQueryOptions()
    • getQueryOptionsAnnotation

      public QueryOptions getQueryOptionsAnnotation()
    • getReturnType

      public TypeInformation<?> getReturnType()
    • isGeoQuery

      public boolean isGeoQuery()