Annotation Interface MongoUpdateQuery
Defines a custom MongoDB update query.
- Since:
 - 3.3.0
 - Author:
 - Denis Stepanov
 
- 
Required Element Summary
Required Elements - 
Optional Element Summary
Optional Elements 
- 
Element Details
- 
update
String updateThe custom MongoDB filter.- Returns:
 - The update value
 
 
 - 
 - 
- 
filter
The custom MongoDB filter.- Returns:
 - The filter value
 
- Default:
 - ""
 
 - 
collation
The custom collation represented in JSON.- Returns:
 - The collation
 
- Default:
 - ""
 
 - 
arrayFilters
The array filters.- Returns:
 - The array filters
 - Since:
 - 4.2.0
 
- Default:
 - {}
 
 
 -