Package | Description |
---|---|
com.arangodb.springframework.repository.query | |
com.arangodb.springframework.repository.query.derived |
Modifier and Type | Class and Description |
---|---|
class |
ArangoParametersParameterAccessor
This class provides access to parameters of a user-defined method.
|
Modifier and Type | Method and Description |
---|---|
protected String |
StringBasedArangoQuery.createQuery(ArangoParameterAccessor accessor,
Map<String,Object> bindVars,
com.arangodb.model.AqlQueryOptions options) |
protected abstract String |
AbstractArangoQuery.createQuery(ArangoParameterAccessor accessor,
Map<String,Object> bindVars,
com.arangodb.model.AqlQueryOptions options)
Implementations should create an AQL query with the given
ArangoParameterAccessor and set necessary binding
parameters and query options. |
protected String |
DerivedArangoQuery.createQuery(ArangoParameterAccessor accessor,
Map<String,Object> bindVars,
com.arangodb.model.AqlQueryOptions options) |
Constructor and Description |
---|
ArangoResultConverter(ArangoParameterAccessor accessor,
com.arangodb.ArangoCursor<?> result,
ArangoOperations operations,
Class<?> domainClass) |
Constructor and Description |
---|
DerivedQueryCreator(MappingContext<? extends ArangoPersistentEntity<?>,ArangoPersistentProperty> context,
Class<?> domainClass,
PartTree tree,
ArangoParameterAccessor accessor,
BindParameterBinding binder,
List<String> geoFields) |
Copyright © 2017–2020 ArangoDB GmbH. All rights reserved.