| Package | Description |
|---|---|
| org.springframework.data.couchbase.config |
This package contains all classes needed for specific configuration of
Spring Data Couchbase.
|
| org.springframework.data.couchbase.core |
This package contains the specific implementations and core classes for
Spring Data Couchbase internals.
|
| org.springframework.data.couchbase.core.query | |
| org.springframework.data.couchbase.repository.query | |
| org.springframework.data.couchbase.repository.support |
| Class and Description |
|---|
| Consistency
Enumeration of different consistency configurations to be used by the queries generated by the
framework.
|
| Class and Description |
|---|
| Consistency
Enumeration of different consistency configurations to be used by the queries generated by the
framework.
|
| Class and Description |
|---|
| Consistency
Enumeration of different consistency configurations to be used by the queries generated by the
framework.
|
| Class and Description |
|---|
| Dimensional
An annotation to mark a repository method as querying using a Couchbase Spatial View.
|
| Query
Annotation to support the use of N1QL queries with Couchbase.
|
| View
Annotation to support the use of Views with Couchbase.
|
| Class and Description |
|---|
| 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. |
| 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-2015–2016 Pivotal Software, Inc.. All rights reserved.