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