See: Description
| Interface | Description |
|---|---|
| CouchbaseEntityInformation<T,ID> |
Marker interface for the Couchbase Entity Information.
|
| PartTreeN1qlQueryCreator |
A Part Tree Query creator for Couchbase
|
| Class | Description |
|---|---|
| AbstractCouchbaseQuery |
RepositoryQuery implementation for Couchbase. |
| AbstractCouchbaseQueryBase<CouchbaseOperationsType> |
RepositoryQuery implementation for Couchbase. |
| AbstractN1qlBasedQuery |
Abstract base for all Couchbase
RepositoryQuery. |
| AbstractReactiveCouchbaseQuery |
Base class for reactive
RepositoryQuery implementations for Couchbase. |
| ConvertingIterator |
An
Iterator<Object> that converts
values to their stored Class if warranted. |
| CouchbasePartTree |
Extend PartTree to parse out distinct fields
|
| CouchbaseQueryMethod |
Represents a query method with couchbase extensions, allowing to discover if View-based query or N1QL-based query
must be used.
|
| CouchbaseRepositoryQuery | Deprecated |
| CountFragment |
An utility entity that allows to extract total row count out of a COUNT(*) N1QL query.
|
| N1qlCountQueryCreator | |
| N1qlMutateQueryCreator |
N1qlMutateQueryCreator allows to create queries for delete operations.
|
| N1qlQueryCreator | |
| N1qlRepositoryQueryExecutor | Deprecated |
| OldN1qlQueryCreator |
This
Query Creator is responsible for parsing a PartTree (representing a method
name) into the WHERE clause of a N1QL query. |
| PartTreeCouchbaseQuery |
RepositoryQuery implementation for Couchbase. |
| PartTreeN1qlBasedQuery | Deprecated |
| ReactiveAbstractN1qlBasedQuery | |
| ReactiveCouchbaseParameterAccessor |
Reactive
ParametersParameterAccessor implementation that subscribes
to reactive parameter wrapper types upon creation. |
| ReactiveCouchbaseQueryMethod |
Reactive specific implementation of
CouchbaseQueryMethod. |
| ReactiveCouchbaseRepositoryQuery | Deprecated |
| ReactiveN1qlRepositoryQueryExecutor | Deprecated |
| ReactivePartTreeCouchbaseQuery |
Reactive PartTree
RepositoryQuery implementation for Couchbase. |
| ReactivePartTreeN1qlBasedQuery | Deprecated |
| ReactiveStringBasedCouchbaseQuery |
Query to use a plain JSON String to create the
Query to actually execute. |
| StringBasedCouchbaseQuery |
Query to use a plain JSON String to create the
Query to actually execute. |
| StringBasedN1qlQueryParser | |
| StringBasedN1qlQueryParser.N1qlSpelValues |
This class is exposed to SpEL parsing through the variable
#. |
| StringN1qlQueryCreator |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.