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 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> |
Entity Information container.
|
| N1qlCouchbaseRepository<T,ID extends Serializable> |
A
CouchbasePagingAndSortingRepository implementation. |
| ReactiveCouchbaseRepositoryFactory | |
| ReactiveCouchbaseRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable> | |
| ReactiveN1qlCouchbaseRepository<T,ID extends Serializable> | |
| SimpleCouchbaseRepository<T,ID extends Serializable> |
Repository base implementation for Couchbase.
|
| SimpleReactiveCouchbaseRepository<T,ID extends Serializable> |
Reactive repository base implementation for Couchbase.
|
| Enum | Description |
|---|---|
| ViewPostProcessor |
RepositoryProxyPostProcessor that sets up an interceptor to read View information from the
invoked method. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.