See: Description
| Interface | Description |
|---|---|
| CouchbaseEntityInformation<T,ID extends Serializable> |
Marker interface for the Couchbase Entity Information.
|
| Class | Description |
|---|---|
| AbstractN1qlBasedQuery |
Abstract base for all Couchbase
RepositoryQuery. |
| CouchbaseQueryMethod |
Represents a query method with couchbase extensions, allowing to discover
if View-based query or N1QL-based query must be used.
|
| CountFragment |
An utility entity that allows to extract total row count out of a COUNT(*) N1QL query.
|
| N1qlCountQueryCreator | |
| N1qlQueryCreator |
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 |
| SpatialViewBasedQuery |
Execute a
Dimensional repository query through the Spatial View mechanism. |
| SpatialViewQueryCreator |
A QueryCreator that will enrich a
SpatialViewQuery using query derivation mechanisms
and the parsed PartTree. |
| SpatialViewQueryCreator.AbstractFalsePositiveEvaluator | |
| SpatialViewQueryCreator.CircleFalsePositiveEvaluator | |
| SpatialViewQueryCreator.PointArrayFalsePositiveEvaluator | |
| SpatialViewQueryCreator.PolygonFalsePositiveEvaluator | |
| SpatialViewQueryCreator.SpatialViewQueryWrapper | |
| StringN1qlBasedQuery |
A
RepositoryQuery for Couchbase, based on N1QL and a String statement. |
| StringN1qlBasedQuery.N1qlSpelValues |
This class is exposed to SpEL parsing through the variable
#. |
| ViewBasedCouchbaseQuery |
Execute a repository query through the View mechanism.
|
| ViewQueryCreator |
A QueryCreator that will enrich a
ViewQuery using query derivation mechanisms
and the parsed PartTree. |
| ViewQueryCreator.DerivedViewQuery |
Wrapper class allowing to see downstream if the built query was built with options like reduce and limit.
|
Copyright © 2011-2015–2017 Pivotal Software, Inc.. All rights reserved.