All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.despegar.integration.mongo.query.BulkOperation Maven / Gradle / Ivy

There is a newer version: 1.1.10
Show newest version
package com.despegar.integration.mongo.query;


public enum BulkOperation{
		INSERT,
		REMOVE,
		UPDATE,
		REMOVE_ONE,
		REPLACE_ONE,
		UPDATE_ONE;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy