| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.query |
MongoDB specific query and update support.
|
| Modifier and Type | Method and Description |
|---|---|
static Meta.CursorOption |
Meta.CursorOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Meta.CursorOption[] |
Meta.CursorOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Meta.CursorOption> |
Meta.getFlags() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Meta.addFlag(Meta.CursorOption option)
Add
Meta.CursorOption influencing behavior of the DBCursor. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.