See: Description
| Interface | Description |
|---|---|
| CouchbaseEntityInformation<T,ID> |
Marker interface for the Couchbase Entity Information.
|
| PartTreeN1qlQueryCreator |
A Part Tree Query creator for Couchbase
|
| Class | Description |
|---|---|
| AbstractN1qlBasedQuery |
Abstract base for all Couchbase
RepositoryQuery. |
| ConvertingIterator |
An
Iterator<Object> that converts
values to their stored Class if warranted. |
| CouchbaseQueryMethod |
Represents a query method with couchbase extensions, allowing to discover if View-based query or N1QL-based query
must be used.
|
| CouchbaseRepositoryQuery | |
| 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 | |
| OldN1qlQueryCreator |
This
Query Creator is responsible for parsing a PartTree (representing a method
name) into the WHERE clause of a N1QL query. |
| PartTreeN1qlBasedQuery |
A
RepositoryQuery for Couchbase, based on query derivation |
| ReactiveAbstractN1qlBasedQuery | |
| ReactiveCouchbaseParameterAccessor |
Reactive
ParametersParameterAccessor implementation that subscribes
to reactive parameter wrapper types upon creation. |
| ReactiveCouchbaseRepositoryQuery | |
| ReactiveN1qlRepositoryQueryExecutor | |
| ReactivePartTreeN1qlBasedQuery |
A reactive
RepositoryQuery for Couchbase, based on query derivation |
| StringBasedN1qlQueryParser | |
| StringBasedN1qlQueryParser.N1qlSpelValues |
This class is exposed to SpEL parsing through the variable
#. |
| StringN1qlQueryCreator |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.