Uses of Class
dev.morphia.InsertOptions
-
Packages that use InsertOptions Package Description dev.morphia -
-
Uses of InsertOptions in dev.morphia
Methods in dev.morphia that return InsertOptions Modifier and Type Method Description InsertOptionsInsertOptions. bypassDocumentValidation(Boolean bypassDocumentValidation)Deprecated, for removal: This API element is subject to removal in a future version.Sets whether to bypass document validation.InsertOptionsInsertOptions. ordered(boolean ordered)Deprecated, for removal: This API element is subject to removal in a future version.Sets whether the server should insert the documents in the order provided.InsertOptionsInsertOptions. writeConcern(WriteConcern writeConcern)Deprecated, for removal: This API element is subject to removal in a future version.Set the write concern to use for the insert.Methods in dev.morphia with parameters of type InsertOptions Modifier and Type Method Description default <T> voidAdvancedDatastore. insert(List<T> entities, InsertOptions options)Deprecated, for removal: This API element is subject to removal in a future version.useDatastore.insert(List, InsertManyOptions)insteaddefault <T> voidAdvancedDatastore. insert(T entity, InsertOptions options)Deprecated, for removal: This API element is subject to removal in a future version.useDatastore.insert(Object, InsertOneOptions)insteaddefault <T> List<T>Datastore. save(Iterable<T> entities, InsertOptions options)Deprecated, for removal: This API element is subject to removal in a future version.useDatastore.save(List, InsertManyOptions)insteaddefault <T> TDatastore. save(T entity, InsertOptions options)Deprecated, for removal: This API element is subject to removal in a future version.useDatastore.save(Object, InsertOneOptions)instead
-