Annotation Interface MongoUpdateOptions
@Retention(RUNTIME)
@Target({ANNOTATION_TYPE,METHOD,TYPE})
@Documented
@Inherited
public @interface MongoUpdateOptions
Defines a custom MongoDB update query options.
- Since:
- 3.3.0
- Author:
- Denis Stepanov
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionbooleanThe bypassDocumentValidation.The hint.booleanThe upsert.
- 
Element Details- 
upsertboolean upsertThe upsert.- Returns:
- The upsert value
 - Default:
- false
 
- 
bypassDocumentValidationboolean bypassDocumentValidationThe bypassDocumentValidation.- Returns:
- The bypassDocumentValidation value
 - Default:
- false
 
- 
hintString hintThe hint.- Returns:
- The hint value
 - Default:
- ""
 
 
-