| Package | Description |
|---|---|
| org.springframework.data.keyvalue.core |
Core key/value implementation.
|
| org.springframework.data.keyvalue.repository.query |
Query derivation mechanism for key/value specific repositories providing a generic SpEL based implementation.
|
| org.springframework.data.keyvalue.repository.support |
Support infrastructure for query derivation of key/value specific repositories.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyValueTemplate
Basic implementation of
KeyValueOperations. |
| Constructor and Description |
|---|
CachingKeyValuePartTreeQuery(org.springframework.data.repository.query.QueryMethod queryMethod,
org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider,
KeyValueOperations keyValueOperations,
Class<? extends org.springframework.data.repository.query.parser.AbstractQueryCreator<?,?>> queryCreator) |
KeyValuePartTreeQuery(org.springframework.data.repository.query.QueryMethod queryMethod,
org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider,
KeyValueOperations keyValueOperations,
Class<? extends org.springframework.data.repository.query.parser.AbstractQueryCreator<?,?>> queryCreator)
Creates a new
KeyValuePartTreeQuery for the given QueryMethod, EvaluationContextProvider,
KeyValueOperations and query creator type. |
KeyValuePartTreeQuery(org.springframework.data.repository.query.QueryMethod queryMethod,
org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider,
KeyValueOperations keyValueOperations,
KeyValuePartTreeQuery.QueryCreatorFactory queryCreatorFactory)
Creates a new
KeyValuePartTreeQuery for the given QueryMethod, EvaluationContextProvider,
KeyValueOperations using the given KeyValuePartTreeQuery.QueryCreatorFactory producing the AbstractQueryCreator
in charge of altering the query. |
| Modifier and Type | Method and Description |
|---|---|
protected KeyValueRepositoryFactory |
KeyValueRepositoryFactoryBean.createRepositoryFactory(KeyValueOperations operations,
Class<? extends org.springframework.data.repository.query.parser.AbstractQueryCreator<?,?>> queryCreator,
Class<? extends org.springframework.data.repository.query.RepositoryQuery> repositoryQueryType)
Create the repository factory to be used to create repositories.
|
void |
KeyValueRepositoryFactoryBean.setKeyValueOperations(KeyValueOperations operations)
Configures the
KeyValueOperations to be used for the repositories. |
| Constructor and Description |
|---|
KeyValueRepositoryFactory(KeyValueOperations keyValueOperations)
Creates a new
KeyValueRepositoryFactory for the given KeyValueOperations. |
KeyValueRepositoryFactory(KeyValueOperations keyValueOperations,
Class<? extends org.springframework.data.repository.query.parser.AbstractQueryCreator<?,?>> queryCreator)
Creates a new
KeyValueRepositoryFactory for the given KeyValueOperations and
AbstractQueryCreator-type. |
KeyValueRepositoryFactory(KeyValueOperations keyValueOperations,
Class<? extends org.springframework.data.repository.query.parser.AbstractQueryCreator<?,?>> queryCreator,
Class<? extends org.springframework.data.repository.query.RepositoryQuery> repositoryQueryType)
Creates a new
KeyValueRepositoryFactory for the given KeyValueOperations and
AbstractQueryCreator-type. |
QuerydslKeyValueRepository(org.springframework.data.repository.core.EntityInformation<T,ID> entityInformation,
KeyValueOperations operations)
|
QuerydslKeyValueRepository(org.springframework.data.repository.core.EntityInformation<T,ID> entityInformation,
KeyValueOperations operations,
org.springframework.data.querydsl.EntityPathResolver resolver)
Creates a new
QuerydslKeyValueRepository for the given EntityInformation,
KeyValueOperations and EntityPathResolver. |
SimpleKeyValueRepository(org.springframework.data.repository.core.EntityInformation<T,ID> metadata,
KeyValueOperations operations)
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.