| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.query |
MongoDB specific query and update support.
|
| Modifier and Type | Method and Description |
|---|---|
static Update.Position |
Update.Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Update.Position[] |
Update.Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Update |
BasicUpdate.pop(String key,
Update.Position pos) |
Update |
Update.pop(String key,
Update.Position pos)
Update using the $pop update modifier
|
Copyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.