Uses of Interface
org.springframework.data.repository.query.QueryLookupStrategy
Package
Description
Base classes to implement repositories for various data stores.
-
Uses of QueryLookupStrategy in org.springframework.data.repository.core.support
Modifier and TypeMethodDescriptionprotected Optional<QueryLookupStrategy>
RepositoryFactorySupport.getQueryLookupStrategy
(QueryLookupStrategy.Key key, QueryMethodEvaluationContextProvider evaluationContextProvider) Returns theQueryLookupStrategy
for the givenQueryLookupStrategy.Key
andQueryMethodEvaluationContextProvider
.