Uses of Class
dev.morphia.InsertManyOptions
-
Packages that use InsertManyOptions Package Description dev.morphia -
-
Uses of InsertManyOptions in dev.morphia
Methods in dev.morphia that return InsertManyOptions Modifier and Type Method Description InsertManyOptionsInsertManyOptions. bypassDocumentValidation(Boolean bypassDocumentValidation)Sets whether to bypass document validation.InsertManyOptionsInsertManyOptions. collection(String collection)InsertManyOptionsInsertManyOptions. comment(String comment)InsertManyOptionsInsertManyOptions. comment(BsonValue comment)InsertManyOptionsInsertManyOptions. ordered(boolean ordered)Sets whether the server should insert the documents in the order provided.InsertManyOptionsInsertManyOptions. writeConcern(WriteConcern writeConcern)Methods in dev.morphia with parameters of type InsertManyOptions Modifier and Type Method Description <T> voidDatastore. insert(List<T> entities, InsertManyOptions options)Inserts entities in to the mapped collection.<T> voidDatastoreImpl. insert(List<T> entities, InsertManyOptions options)abstract <T> InsertManyResultDatastoreImpl.DatastoreOperations. insertMany(MongoCollection<T> collection, List<T> list, InsertManyOptions options)<T> List<T>Datastore. save(List<T> entities, InsertManyOptions options)Saves the entities (Objects) and updates the @Id field<T> List<T>DatastoreImpl. save(List<T> entities, InsertManyOptions options)Constructors in dev.morphia with parameters of type InsertManyOptions Constructor Description InsertManyOptions(InsertManyOptions that)
-