Annotation Interface MongoFindQuery
Defines a custom MongoDB query for finding results.
- Since:
- 3.3.0
- Author:
- Denis Stepanov
- 
Optional Element SummaryOptional ElementsModifier 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- 
valueThe custom MongoDB filter query.- Returns:
- The query
 - Default:
- ""
 
- 
filterThe custom MongoDB filter query.- Returns:
- The query
 - Default:
- ""
 
- 
sortThe custom sorting represented in JSON.- Returns:
- The sort
 - Default:
- ""
 
- 
projectThe custom fields projections represented in JSON.- Returns:
- The fields
 - Default:
- ""
 
- 
collationThe custom collation represented in JSON.- Returns:
- The collation
 - Default:
- ""
 
 
-