| Package | Description |
|---|---|
| org.springframework.data.repository.core.support |
Base classes to implement repositories for various data stores.
|
| org.springframework.data.repository.query |
Support classes to work with query methods.
|
| Modifier and Type | Method and Description |
|---|---|
protected Optional<QueryLookupStrategy> |
RepositoryFactorySupport.getQueryLookupStrategy(QueryLookupStrategy.Key key,
EvaluationContextProvider evaluationContextProvider)
Returns the
QueryLookupStrategy for the given QueryLookupStrategy.Key and EvaluationContextProvider. |
void |
RepositoryFactoryBeanSupport.setEvaluationContextProvider(EvaluationContextProvider evaluationContextProvider)
Sets the
EvaluationContextProvider to be used to evaluate SpEL expressions in manually defined queries. |
void |
RepositoryFactorySupport.setEvaluationContextProvider(EvaluationContextProvider evaluationContextProvider)
Sets the
EvaluationContextProvider to be used to evaluate SpEL expressions in manually defined queries. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEvaluationContextProvider
Default implementation of
EvaluationContextProvider that always creates a new EvaluationContext. |
class |
ExtensionAwareEvaluationContextProvider
An
EvaluationContextProvider that assembles an EvaluationContext from a list of
EvaluationContextExtension instances. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.