Uses of Enum Class
org.springframework.data.repository.query.QueryLookupStrategy.Key
Packages that use 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
Methods in org.springframework.data.repository.cdi that return types with arguments of type QueryLookupStrategy.KeyModifier and TypeMethodDescriptiondefault Optional<QueryLookupStrategy.Key>
CdiRepositoryConfiguration.getQueryLookupStrategy()
Return theQueryLookupStrategy.Key
to lookup queries. -
Uses of QueryLookupStrategy.Key in org.springframework.data.repository.config
Fields in org.springframework.data.repository.config declared as QueryLookupStrategy.KeyModifier and TypeFieldDescriptionstatic final QueryLookupStrategy.Key
DefaultRepositoryConfiguration.DEFAULT_QUERY_LOOKUP_STRATEGY
-
Uses of QueryLookupStrategy.Key in org.springframework.data.repository.core.support
Methods in org.springframework.data.repository.core.support with parameters of type QueryLookupStrategy.KeyModifier and TypeMethodDescriptionprotected Optional<QueryLookupStrategy>
ReactiveRepositoryFactorySupport.getQueryLookupStrategy
(QueryLookupStrategy.Key key, ValueExpressionDelegate valueExpressionDelegate) protected Optional<QueryLookupStrategy>
RepositoryFactorySupport.getQueryLookupStrategy
(QueryLookupStrategy.Key key, QueryMethodEvaluationContextProvider evaluationContextProvider) Deprecated.protected Optional<QueryLookupStrategy>
RepositoryFactorySupport.getQueryLookupStrategy
(QueryLookupStrategy.Key key, ValueExpressionDelegate valueExpressionDelegate) void
RepositoryFactoryBeanSupport.setQueryLookupStrategyKey
(QueryLookupStrategy.Key queryLookupStrategyKey) Set theQueryLookupStrategy.Key
to be used.void
RepositoryFactorySupport.setQueryLookupStrategyKey
(QueryLookupStrategy.Key key) Sets the strategy of how to look up a query to execute finders. -
Uses of QueryLookupStrategy.Key in org.springframework.data.repository.query
Methods in org.springframework.data.repository.query that return QueryLookupStrategy.KeyModifier 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.
RepositoryFactorySupport.getQueryLookupStrategy(Key, ValueExpressionDelegate)
instead to supportValueExpression
in query methods.