Annotation Type MongoFindOptions
-
@Retention(RUNTIME) @Target({ANNOTATION_TYPE,METHOD,TYPE}) @Documented @Inherited public @interface MongoFindOptions
Defines a custom MongoDB find query options.- Since:
- 3.3.0
- Author:
- Denis Stepanov
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
allowDiskUse
The allowDiskUse.int
batchSize
The batchSize.java.lang.String
comment
The comment.com.mongodb.CursorType
cursorType
The cursorType.java.lang.String
hint
The hint.int
limit
The limit.java.lang.String
max
The max.long
maxAwaitTimeMS
The maxAwaitTimeMS.long
maxTimeMS
The maxTimeMS.java.lang.String
min
The min.boolean
noCursorTimeout
The cursorType.boolean
partial
The partial.boolean
returnKey
The returnKey.boolean
showRecordId
The showRecordId.int
skip
The skip.
-