Package dev.morphia.query
Class ArraySlice
java.lang.Object
dev.morphia.query.ArraySlice
Defines array slicing options for query projections.
-
Method Summary
-
Method Details
-
limit
- Parameters:
limit
- the limit to impose- Returns:
- this
- MongoDB documentation
- Query Filter: $slice
-
skip
- Parameters:
skip
- the amount to skip- Returns:
- this
-