Uses of Class
org.dizitart.no2.collection.UpdateOptions
-
Packages that use UpdateOptions Package Description org.dizitart.no2.collection org.dizitart.no2.repository -
-
Uses of UpdateOptions in org.dizitart.no2.collection
Methods in org.dizitart.no2.collection that return UpdateOptions Modifier and Type Method Description static UpdateOptionsUpdateOptions. updateOptions(boolean insertIfAbsent)Creates a newUpdateOptions.static UpdateOptionsUpdateOptions. updateOptions(boolean insertIfAbsent, boolean justOnce)Creates a newUpdateOptions.Methods in org.dizitart.no2.collection with parameters of type UpdateOptions Modifier and Type Method Description WriteResultNitriteCollection. update(Filter filter, Document update, UpdateOptions updateOptions)Updates document in the collection. -
Uses of UpdateOptions in org.dizitart.no2.repository
Methods in org.dizitart.no2.repository with parameters of type UpdateOptions Modifier and Type Method Description WriteResultObjectRepository. update(Filter filter, T update, UpdateOptions updateOptions)Updates object in the repository.
-