|
Spring Data Couchbase | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface View
Annotation to support the use of Views with Couchbase.
| Required Element Summary | |
|---|---|
String |
designDocument
The name of the Design Document to use. |
String |
viewName
The name of the View to use. |
| Element Detail |
|---|
public abstract String designDocument
public abstract String viewName
|
Spring Data Couchbase | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||