Uses of Interface
org.springframework.data.repository.query.QueryLookupStrategy
Packages that use QueryLookupStrategy
Package
Description
Base classes to implement repositories for various data stores.
-
Uses of QueryLookupStrategy in org.springframework.data.repository.core.support
Methods in org.springframework.data.repository.core.support that return types with arguments of type QueryLookupStrategyModifier and TypeMethodDescriptionprotected Optional<QueryLookupStrategy>
ReactiveRepositoryFactorySupport.getQueryLookupStrategy
(QueryLookupStrategy.Key key, ValueExpressionDelegate valueExpressionDelegate) protected Optional<QueryLookupStrategy>
RepositoryFactorySupport.getQueryLookupStrategy
(QueryLookupStrategy.Key key, QueryMethodEvaluationContextProvider evaluationContextProvider) Deprecated, for removal: This API element is subject to removal in a future version.protected Optional<QueryLookupStrategy>
RepositoryFactorySupport.getQueryLookupStrategy
(QueryLookupStrategy.Key key, ValueExpressionDelegate valueExpressionDelegate)
RepositoryFactorySupport.getQueryLookupStrategy(Key, ValueExpressionDelegate)
instead to supportValueExpression
in query methods.