![JAR search and dependency download from the Maven repository](/logo.png)
com.despegar.integration.mongo.query.BulkOperation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongo-connector Show documentation
Show all versions of mongo-connector Show documentation
Helper component to connect to mongo fast and easy
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