| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Method and Description |
|---|---|
static SkipOperation |
Aggregation.skip(int elementsToSkip)
Deprecated.
prepare to get this one removed in favor of
Aggregation.skip(long). |
static SkipOperation |
Aggregation.skip(long elementsToSkip)
Creates a new
SkipOperation skipping the given number of elements. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.