Uses of Class
dev.morphia.ReplaceOptions
-
Packages that use ReplaceOptions Package Description dev.morphia -
-
Uses of ReplaceOptions in dev.morphia
Methods in dev.morphia that return ReplaceOptions Modifier and Type Method Description ReplaceOptionsReplaceOptions. bypassDocumentValidation(Boolean bypassDocumentValidation)Sets whether to bypass document validation.ReplaceOptionsReplaceOptions. collation(Collation collation)ReplaceOptionsReplaceOptions. comment(String comment)ReplaceOptionsReplaceOptions. comment(BsonValue comment)ReplaceOptionsReplaceOptions. hint(Bson hint)ReplaceOptionsReplaceOptions. hintString(String hint)ReplaceOptionsReplaceOptions. let(Bson variables)ReplaceOptionsReplaceOptions. upsert(boolean upsert)ReplaceOptionsReplaceOptions. writeConcern(WriteConcern writeConcern)Sets the write concern to use for the insert.Methods in dev.morphia with parameters of type ReplaceOptions Modifier and Type Method Description <T> List<T>Datastore. replace(List<T> entities, ReplaceOptions options)Replaces a list of documents in the database<T> TDatastore. replace(T entity, ReplaceOptions options)Replaces a document in the database<T> List<T>DatastoreImpl. replace(List<T> entities, ReplaceOptions options)<T> TDatastoreImpl. replace(T entity, ReplaceOptions options)abstract <T> UpdateResultDatastoreImpl.DatastoreOperations. replaceOne(MongoCollection<T> collection, T entity, Document filter, ReplaceOptions options)
-