public class VaultPartTreeQuery
extends org.springframework.data.keyvalue.repository.query.KeyValuePartTreeQuery
KeyValuePartTreeQuery.| Constructor and Description |
|---|
VaultPartTreeQuery(org.springframework.data.repository.query.QueryMethod queryMethod,
org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider,
org.springframework.data.keyvalue.core.KeyValueOperations keyValueOperations,
Class<? extends org.springframework.data.repository.query.parser.AbstractQueryCreator<?,?>> queryCreator)
Creates a new
VaultPartTreeQuery for the given QueryMethod,
EvaluationContextProvider, KeyValueOperations and query creator
type. |
public VaultPartTreeQuery(org.springframework.data.repository.query.QueryMethod queryMethod,
org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider,
org.springframework.data.keyvalue.core.KeyValueOperations keyValueOperations,
Class<? extends org.springframework.data.repository.query.parser.AbstractQueryCreator<?,?>> queryCreator)
VaultPartTreeQuery for the given QueryMethod,
EvaluationContextProvider, KeyValueOperations and query creator
type.queryMethod - must not be null.evaluationContextProvider - must not be null.keyValueOperations - must not be null.queryCreator - must not be null.Copyright © 2016–2024 Pivotal Software, Inc.. All rights reserved.