See: Description
| Interface | Description |
|---|---|
| CrudMethodMetadata | |
| ViewMetadataProvider |
Interface to abstract
ViewMetadataProvider that provides Views to be used for query execution. |
| Class | Description |
|---|---|
| BasicQuery |
BasicQuery for Querydsl
|
| CouchbaseAnnotationProcessor |
Annotation processor to create Querydsl query types for QueryDsl annotated classes.
|
| CouchbaseRepositoryBase<T,ID> | |
| 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.
|
| DBRef |
DB references
|
| DynamicInvocationHandler<T> |
Invocation Handler for scope/collection/options proxy for repositories
|
| MappingCouchbaseEntityInformation<T,ID> |
Entity Information container.
|
| QuerydslCouchbasePredicateExecutor<T> |
Couchbase-specific
QuerydslPredicateExecutor that allows execution Predicates in various forms. |
| QuerydslPredicateExecutorSupport<T> | |
| ReactiveCouchbaseRepositoryFactory | |
| ReactiveCouchbaseRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID extends Serializable> | |
| SimpleCouchbaseRepository<T,ID> |
Repository base implementation for Couchbase.
|
| SimpleReactiveCouchbaseRepository<T,ID> |
Reactive repository base implementation for Couchbase.
|
| SpringDataCouchbaseQuery<T> | |
| SpringDataCouchbaseSerializer |
Custom
CouchbaseDocumentSerializer to take mapping information into account when building keys for
constraints. |
| Util |
Utility class for Couchbase Repository
|
| Enum | Description |
|---|---|
| ViewPostProcessor |
RepositoryProxyPostProcessor that sets up an interceptor to read View information from the invoked
method. |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.