| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.query |
MongoDB specific query and update support.
|
| Modifier and Type | Method and Description |
|---|---|
Update.PushOperatorBuilder |
Update.PushOperatorBuilder.atPosition(int position)
Forces values to be added at the given position.
|
Update.PushOperatorBuilder |
Update.PushOperatorBuilder.atPosition(Update.Position position)
Forces values to be added at given position.
|
Update.PushOperatorBuilder |
Update.push(String key)
Update using
$push modifier. |
Update.PushOperatorBuilder |
Update.PushOperatorBuilder.slice(int count)
Propagates
$slice to $push. |
Update.PushOperatorBuilder |
Update.PushOperatorBuilder.sort(Sort.Direction direction)
Propagates
$sort to $push. |
Update.PushOperatorBuilder |
Update.PushOperatorBuilder.sort(Sort sort)
Propagates
$sort to $push. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.