public class QueryCreator extends AbstractQueryCreator<org.springframework.data.keyvalue.core.query.KeyValueQuery<Predicate<?>>,Predicate<?>>
| Constructor and Description |
|---|
QueryCreator(PartTree tree) |
QueryCreator(PartTree tree,
ParameterAccessor parameters) |
| Modifier and Type | Method and Description |
|---|---|
protected Predicate<?> |
and(Part part,
Predicate<?> base,
Iterator<Object> iterator) |
protected org.springframework.data.keyvalue.core.query.KeyValueQuery<Predicate<?>> |
complete(Predicate<?> criteria,
Sort sort) |
protected Predicate<?> |
create(Part part,
Iterator<Object> iterator) |
protected Predicate<?> |
or(Predicate<?> base,
Predicate<?> criteria) |
createQuery, createQuerypublic QueryCreator(PartTree tree)
public QueryCreator(PartTree tree, ParameterAccessor parameters)
protected Predicate<?> create(Part part, Iterator<Object> iterator)
create in class AbstractQueryCreator<org.springframework.data.keyvalue.core.query.KeyValueQuery<Predicate<?>>,Predicate<?>>protected Predicate<?> and(Part part, Predicate<?> base, Iterator<Object> iterator)
and in class AbstractQueryCreator<org.springframework.data.keyvalue.core.query.KeyValueQuery<Predicate<?>>,Predicate<?>>protected Predicate<?> or(Predicate<?> base, Predicate<?> criteria)
or in class AbstractQueryCreator<org.springframework.data.keyvalue.core.query.KeyValueQuery<Predicate<?>>,Predicate<?>>Copyright © 2011-2015–2017 Pivotal Software, Inc.. All rights reserved.