Annotation Interface MongoAggregateQuery
Defines a custom MongoDB query for aggregating results.
- Since:
 - 3.3.0
 - Author:
 - Denis Stepanov
 
- 
Optional Element Summary
Optional Elements 
- 
Element Details
- 
value
String valueThe custom MongoDB pipeline represented in JSON.- Returns:
 - The query
 
- Default:
 - ""
 
 - 
pipeline
The custom MongoDB pipeline represented in JSON.- Returns:
 - The query
 
- Default:
 - ""
 
 - 
collation
The custom collation represented in JSON.- Returns:
 - The collation
 
- Default:
 - ""
 
 
 -