Annotation Interface MongoUpdateQuery
Defines a custom MongoDB update query.
- Since:
- 3.3.0
- Author:
- Denis Stepanov
- 
Required Element SummaryRequired Elements
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
updateString updateThe custom MongoDB filter.- Returns:
- The update value
 
 
- 
- 
- 
filterThe custom MongoDB filter.- Returns:
- The filter value
 - Default:
- ""
 
- 
collationThe custom collation represented in JSON.- Returns:
- The collation
 - Default:
- ""
 
 
-