Annotation Interface MongoFindQuery
Defines a custom MongoDB query for finding results.
- Since:
- 3.3.0
- Author:
- Denis Stepanov
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionThe custom collation represented in JSON.The custom MongoDB filter query.The custom fields projections represented in JSON.The custom sorting represented in JSON.The custom MongoDB filter query.
-
Element Details
-
value
The custom MongoDB filter query.- Returns:
- The query
- Default:
- ""
-
filter
The custom MongoDB filter query.- Returns:
- The query
- Default:
- ""
-
sort
The custom sorting represented in JSON.- Returns:
- The sort
- Default:
- ""
-
project
The custom fields projections represented in JSON.- Returns:
- The fields
- Default:
- ""
-
collation
The custom collation represented in JSON.- Returns:
- The collation
- Default:
- ""
-