@Retention(value=RUNTIME)
@Target(value={ANNOTATION_TYPE,METHOD,TYPE})
@Documented
@Inherited
public @interface MongoUpdateOptions
Modifier and Type | Optional Element and Description |
---|---|
boolean |
bypassDocumentValidation
The bypassDocumentValidation.
|
java.lang.String |
hint
The hint.
|
boolean |
upsert
The upsert.
|