Class RedisPartTreeQuery
java.lang.Object
org.springframework.data.keyvalue.repository.query.KeyValuePartTreeQuery
org.springframework.data.redis.repository.query.RedisPartTreeQuery
- All Implemented Interfaces:
RepositoryQuery
Redis-specific implementation of
KeyValuePartTreeQuery
supporting projections.- Since:
- 3.2.4
- Author:
- Mark Paluch
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.data.keyvalue.repository.query.KeyValuePartTreeQuery
KeyValuePartTreeQuery.QueryCreatorFactory<T extends AbstractQueryCreator<?,
?>> -
Constructor Summary
ConstructorDescriptionRedisPartTreeQuery
(QueryMethod queryMethod, QueryMethodEvaluationContextProvider evaluationContextProvider, KeyValueOperations template, Class<? extends AbstractQueryCreator<?, ?>> queryCreator) -
Method Summary
Methods inherited from class org.springframework.data.keyvalue.repository.query.KeyValuePartTreeQuery
createQuery, doExecute, getQueryMethod, prepareQuery, prepareQuery
-
Constructor Details
-
RedisPartTreeQuery
public RedisPartTreeQuery(QueryMethod queryMethod, QueryMethodEvaluationContextProvider evaluationContextProvider, KeyValueOperations template, Class<? extends AbstractQueryCreator<?, ?>> queryCreator)
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceRepositoryQuery
- Overrides:
execute
in classKeyValuePartTreeQuery
-