Uses of Interface
org.springframework.data.keyvalue.repository.query.KeyValuePartTreeQuery.QueryCreatorFactory
Packages that use KeyValuePartTreeQuery.QueryCreatorFactory
Package
Description
Query derivation mechanism for key/value specific repositories providing a generic SpEL based implementation.
-
Uses of KeyValuePartTreeQuery.QueryCreatorFactory in org.springframework.data.keyvalue.repository.query
Constructors in org.springframework.data.keyvalue.repository.query with parameters of type KeyValuePartTreeQuery.QueryCreatorFactoryModifierConstructorDescriptionKeyValuePartTreeQuery(QueryMethod queryMethod, QueryMethodEvaluationContextProvider evaluationContextProvider, KeyValueOperations keyValueOperations, KeyValuePartTreeQuery.QueryCreatorFactory<AbstractQueryCreator<KeyValueQuery<?>, ?>> queryCreatorFactory) Creates a newKeyValuePartTreeQueryfor the givenQueryMethod,EvaluationContextProvider,KeyValueOperationsusing the givenKeyValuePartTreeQuery.QueryCreatorFactoryproducing theAbstractQueryCreatorin charge of altering the query.