| Package | Description |
|---|---|
| org.springframework.data.couchbase.core.query |
This package contains annotations and classes relative to querying with Couchbase (whether through views or N1QL) and
the associated indexes.
|
| org.springframework.data.couchbase.repository |
This package contains the Couchbase interfaces to support the Spring Data repository abstraction.
|
| org.springframework.data.couchbase.repository.query |
This package contains classes related to query derivation and concrete ways of querying couchbase.
|
| org.springframework.data.couchbase.repository.query.support |
This package contains support classes for query derivation and other ways of querying couchbase (helper classes).
|
| org.springframework.data.couchbase.repository.support |
This package contains the Couchbase implementations to support the Spring Data repository abstraction.
|
| Class and Description |
|---|
| CouchbaseQueryMethod
Represents a query method with couchbase extensions, allowing to discover if View-based query or N1QL-based query
must be used.
|
| StringBasedN1qlQueryParser.N1qlSpelValues
This class is exposed to SpEL parsing through the variable
#. |
| Class and Description |
|---|
| CouchbaseEntityInformation
Marker interface for the Couchbase Entity Information.
|
| Class and Description |
|---|
AbstractCouchbaseQuery
RepositoryQuery implementation for Couchbase. |
AbstractCouchbaseQueryBase
RepositoryQuery implementation for Couchbase. |
| AbstractN1qlBasedQuery
Abstract base for all Couchbase
RepositoryQuery. |
| AbstractReactiveCouchbaseQuery
Base class for reactive
RepositoryQuery implementations for Couchbase. |
| CouchbaseQueryMethod
Represents a query method with couchbase extensions, allowing to discover if View-based query or N1QL-based query
must be used.
|
| OldN1qlQueryCreator
This
Query Creator is responsible for parsing a PartTree (representing a method
name) into the WHERE clause of a N1QL query. |
| PartTreeN1qlQueryCreator
A Part Tree Query creator for Couchbase
|
| ReactiveAbstractN1qlBasedQuery |
| ReactiveCouchbaseQueryMethod
Reactive specific implementation of
CouchbaseQueryMethod. |
| StringBasedN1qlQueryParser.N1qlSpelValues
This class is exposed to SpEL parsing through the variable
#. |
| Class and Description |
|---|
| CouchbaseEntityInformation
Marker interface for the Couchbase Entity Information.
|
| Class and Description |
|---|
| CouchbaseEntityInformation
Marker interface for the Couchbase Entity Information.
|
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.