| Package | Description |
|---|---|
| org.springframework.data.couchbase.core.query |
This package contains annotations and classes relative to querying with Couchbase (whether through views or N1QL) and
the associated indexes.
|
| Modifier and Type | Method and Description |
|---|---|
static Meta.MetaKey |
Meta.MetaKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Meta.MetaKey[] |
Meta.MetaKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Map.Entry<Meta.MetaKey,Object>> |
Meta.values()
Get
Iterable of set meta values. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Meta.get(Meta.MetaKey key) |
void |
Meta.set(Meta.MetaKey key,
Object value) |
void |
Meta.setValue(Meta.MetaKey key,
Object value) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.