public class AerospikeQueryCreator extends org.springframework.data.repository.query.parser.AbstractQueryCreator<Query,AerospikeCriteria>
| Constructor and Description |
|---|
AerospikeQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
org.springframework.data.repository.query.ParameterAccessor parameters) |
AerospikeQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
org.springframework.data.repository.query.ParameterAccessor parameters,
org.springframework.data.mapping.context.MappingContext<?,AerospikePersistentProperty> context) |
| Modifier and Type | Method and Description |
|---|---|
protected AerospikeCriteria |
and(org.springframework.data.repository.query.parser.Part part,
AerospikeCriteria base,
Iterator<Object> iterator) |
protected Query |
complete(AerospikeCriteria criteria,
org.springframework.data.domain.Sort sort) |
protected AerospikeCriteria |
create(org.springframework.data.repository.query.parser.Part part,
Iterator<Object> iterator) |
protected AerospikeCriteria |
or(AerospikeCriteria base,
AerospikeCriteria criteria) |
public AerospikeQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
org.springframework.data.repository.query.ParameterAccessor parameters)
tree - parameters - public AerospikeQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
org.springframework.data.repository.query.ParameterAccessor parameters,
org.springframework.data.mapping.context.MappingContext<?,AerospikePersistentProperty> context)
tree - parameters - protected AerospikeCriteria create(org.springframework.data.repository.query.parser.Part part, Iterator<Object> iterator)
create in class org.springframework.data.repository.query.parser.AbstractQueryCreator<Query,AerospikeCriteria>protected AerospikeCriteria and(org.springframework.data.repository.query.parser.Part part, AerospikeCriteria base, Iterator<Object> iterator)
and in class org.springframework.data.repository.query.parser.AbstractQueryCreator<Query,AerospikeCriteria>protected AerospikeCriteria or(AerospikeCriteria base, AerospikeCriteria criteria)
or in class org.springframework.data.repository.query.parser.AbstractQueryCreator<Query,AerospikeCriteria>protected Query complete(AerospikeCriteria criteria, org.springframework.data.domain.Sort sort)
complete in class org.springframework.data.repository.query.parser.AbstractQueryCreator<Query,AerospikeCriteria>Copyright © 2011–2018 Aerospike Inc.. All rights reserved.