See: Description
| Interface | Description |
|---|---|
| ViewMetadataProvider |
Interface to abstract
ViewMetadataProvider that provides Views to be used for query execution. |
| Class | Description |
|---|---|
| CouchbaseRepositoryFactory |
Factory to create
SimpleCouchbaseRepository instances. |
| CouchbaseRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID extends Serializable> |
The factory bean to create repositories.
|
| IndexManager |
IndexManager is responsible for automatic index creation according to the provided metadata and
various index annotations (if not null). |
| MappingCouchbaseEntityInformation<T,ID extends Serializable> |
Entity Information container.
|
| N1qlCouchbaseRepository<T,ID extends Serializable> |
A
CouchbasePagingAndSortingRepository implementation. |
| SimpleCouchbaseRepository<T,ID extends Serializable> |
Repository base implementation for Couchbase.
|
| Enum | Description |
|---|---|
| ViewPostProcessor |
RepositoryProxyPostProcessor that sets up an interceptor to read View information from the
invoked method. |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.