Annotation Type MongoAggregateQuery
- 
 @Retention(RUNTIME) @Target(METHOD) @Documented @Inherited public @interface MongoAggregateQueryDefines a custom MongoDB query for aggregating results.- Since:
- 3.3.0
- Author:
- Denis Stepanov
 
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description java.lang.StringcollationThe custom collation represented in JSON.java.lang.StringpipelineThe custom MongoDB pipeline represented in JSON.java.lang.StringvalueThe custom MongoDB pipeline represented in JSON.
 
- 
- 
- 
- 
collation@AliasFor(member="value", annotation=MongoCollation.class) java.lang.String collationThe custom collation represented in JSON.- Returns:
- The collation
 - Default:
- ""
 
 
- 
 
-