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(org.springframework.data.repository.query.QueryMethod queryMethod, org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider, KeyValueOperations keyValueOperations, KeyValuePartTreeQuery.QueryCreatorFactory<org.springframework.data.repository.query.parser.AbstractQueryCreator<KeyValueQuery<?>, ?>> queryCreatorFactory) Creates a newKeyValuePartTreeQueryfor the givenQueryMethod,EvaluationContextProvider,KeyValueOperationsusing the givenKeyValuePartTreeQuery.QueryCreatorFactoryproducing theAbstractQueryCreatorin charge of altering the query.