See: Description
| Enum | Description |
|---|---|
| Consistency |
Enumeration of different consistency configurations to be used by the queries generated by the
framework.
|
| Annotation Type | Description |
|---|---|
| Dimensional |
An annotation to mark a repository method as querying using a Couchbase Spatial View.
|
| N1qlPrimaryIndexed |
This annotation is targeted at
Repository interfaces, indicating that the framework
should ensure a N1QL Primary Index is present on the repository's associated bucket when the repository is created. |
| N1qlSecondaryIndexed |
This annotation is targeted at
Repository interfaces, indicating that
the framework should ensure a N1QL Secondary Index is present when the repository is instantiated. |
| Query |
Annotation to support the use of N1QL queries with Couchbase.
|
| View |
Annotation to support the use of Views with Couchbase.
|
| ViewIndexed |
This annotation is targeted at
Repository interfaces, indicating that
the framework should ensure a View is present when the repository is instantiated. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.