Uses of Interface
com.arangodb.springframework.repository.query.ArangoParameterAccessor
Packages that use ArangoParameterAccessor
Package
Description
-
Uses of ArangoParameterAccessor in com.arangodb.springframework.repository.query
Classes in com.arangodb.springframework.repository.query that implement ArangoParameterAccessorModifier and TypeClassDescriptionclass
This class provides access to parameters of a user-defined method.Methods in com.arangodb.springframework.repository.query with parameters of type ArangoParameterAccessorModifier and TypeMethodDescriptionprotected abstract String
AbstractArangoQuery.createQuery
(ArangoParameterAccessor accessor, Map<String, Object> bindVars, com.arangodb.model.AqlQueryOptions options) Implementations should create an AQL query with the givenArangoParameterAccessor
and set necessary binding parameters and query options.protected String
DerivedArangoQuery.createQuery
(ArangoParameterAccessor accessor, Map<String, Object> bindVars, com.arangodb.model.AqlQueryOptions options) protected String
StringBasedArangoQuery.createQuery
(ArangoParameterAccessor accessor, Map<String, Object> bindVars, com.arangodb.model.AqlQueryOptions options) Constructors in com.arangodb.springframework.repository.query with parameters of type ArangoParameterAccessorModifierConstructorDescriptionArangoResultConverter
(ArangoParameterAccessor accessor, com.arangodb.ArangoCursor<?> result, ArangoOperations operations, Class<T> domainClass) -
Uses of ArangoParameterAccessor in com.arangodb.springframework.repository.query.derived
Constructors in com.arangodb.springframework.repository.query.derived with parameters of type ArangoParameterAccessorModifierConstructorDescriptionDerivedQueryCreator
(ArangoMappingContext context, Class<?> domainClass, PartTree tree, ArangoParameterAccessor accessor, BindParameterBinding binder, List<String> geoFields)