Constructor and Description |
---|
DerivedQueryCreator(org.springframework.data.mapping.context.MappingContext<? extends ArangoPersistentEntity<?>,ArangoPersistentProperty> context,
Class<?> domainClass,
org.springframework.data.repository.query.parser.PartTree tree,
ArangoParameterAccessor accessor,
BindParameterBinding binder,
List<String> geoFields) |
Modifier and Type | Method and Description |
---|---|
protected Criteria |
and(org.springframework.data.repository.query.parser.Part part,
Criteria base,
Iterator<Object> iterator) |
protected String |
complete(Criteria criteria,
org.springframework.data.domain.Sort sort)
Builds a full AQL query from a built Disjunction, additional information from PartTree and special parameters
caught by ArangoParameterAccessor
|
protected Criteria |
create(org.springframework.data.repository.query.parser.Part part,
Iterator<Object> iterator) |
double[] |
getUniquePoint() |
protected Criteria |
or(Criteria base,
Criteria criteria) |
public DerivedQueryCreator(org.springframework.data.mapping.context.MappingContext<? extends ArangoPersistentEntity<?>,ArangoPersistentProperty> context, Class<?> domainClass, org.springframework.data.repository.query.parser.PartTree tree, ArangoParameterAccessor accessor, BindParameterBinding binder, List<String> geoFields)
protected Criteria create(org.springframework.data.repository.query.parser.Part part, Iterator<Object> iterator)
protected Criteria and(org.springframework.data.repository.query.parser.Part part, Criteria base, Iterator<Object> iterator)
protected String complete(Criteria criteria, org.springframework.data.domain.Sort sort)
public double[] getUniquePoint()
Copyright © 2017–2020 ArangoDB GmbH. All rights reserved.