| Package | Description |
|---|---|
| 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.support |
This package contains the Couchbase implementations to support the Spring Data repository abstraction.
|
| Modifier and Type | Method and Description |
|---|---|
View |
CouchbaseQueryMethod.getViewAnnotation()
Returns the @View annotation if set, null otherwise.
|
| Constructor and Description |
|---|
ViewQueryCreator(PartTree tree,
ParameterAccessor parameters,
View viewAnnotation,
com.couchbase.client.java.view.ViewQuery query,
CouchbaseConverter converter) |
| Modifier and Type | Method and Description |
|---|---|
View |
ViewMetadataProvider.getView()
Returns the
View to be used. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.