Uses of Enum Class
org.springframework.data.repository.query.QueryLookupStrategy.Key
Package
Description
Base classes to implement CDI support for repositories.
Support classes for repository namespace and JavaConfig integration.
Base classes to implement repositories for various data stores.
Support classes to work with query methods.
-
Uses of QueryLookupStrategy.Key in org.springframework.data.repository.cdi
Modifier and TypeMethodDescriptiondefault Optional<QueryLookupStrategy.Key>
CdiRepositoryConfiguration.getQueryLookupStrategy()
Return theQueryLookupStrategy.Key
to lookup queries. -
Uses of QueryLookupStrategy.Key in org.springframework.data.repository.config
Modifier and TypeFieldDescriptionstatic final QueryLookupStrategy.Key
DefaultRepositoryConfiguration.DEFAULT_QUERY_LOOKUP_STRATEGY
-
Uses of QueryLookupStrategy.Key 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
.void
RepositoryFactoryBeanSupport.setQueryLookupStrategyKey
(QueryLookupStrategy.Key queryLookupStrategyKey) Set theQueryLookupStrategy.Key
to be used.void
RepositoryFactorySupport.setQueryLookupStrategyKey
(QueryLookupStrategy.Key key) Sets the strategy of how to lookup a query to execute finders. -
Uses of QueryLookupStrategy.Key in org.springframework.data.repository.query
Modifier and TypeMethodDescriptionstatic QueryLookupStrategy.Key
Returns a strategy key from the given XML value.static QueryLookupStrategy.Key
Returns the enum constant of this class with the specified name.static QueryLookupStrategy.Key[]
QueryLookupStrategy.Key.values()
Returns an array containing the constants of this enum class, in the order they are declared.