Class VaultPartTreeQuery
java.lang.Object
org.springframework.data.keyvalue.repository.query.KeyValuePartTreeQuery
org.springframework.vault.repository.query.VaultPartTreeQuery
- All Implemented Interfaces:
RepositoryQuery
Vault-specific
KeyValuePartTreeQuery
.- Since:
- 2.0
- 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
ConstructorDescriptionVaultPartTreeQuery
(QueryMethod queryMethod, QueryMethodEvaluationContextProvider evaluationContextProvider, KeyValueOperations keyValueOperations, Class<? extends AbstractQueryCreator<?, ?>> queryCreator) Creates a newVaultPartTreeQuery
for the givenQueryMethod
,EvaluationContextProvider
,KeyValueOperations
and query creator type. -
Method Summary
Methods inherited from class org.springframework.data.keyvalue.repository.query.KeyValuePartTreeQuery
createQuery, doExecute, execute, getQueryMethod, prepareQuery, prepareQuery
-
Constructor Details
-
VaultPartTreeQuery
public VaultPartTreeQuery(QueryMethod queryMethod, QueryMethodEvaluationContextProvider evaluationContextProvider, KeyValueOperations keyValueOperations, Class<? extends AbstractQueryCreator<?, ?>> queryCreator) Creates a newVaultPartTreeQuery
for the givenQueryMethod
,EvaluationContextProvider
,KeyValueOperations
and query creator type.- Parameters:
queryMethod
- must not be null.evaluationContextProvider
- must not be null.keyValueOperations
- must not be null.queryCreator
- must not be null.
-