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

com.breuninger.boot.mongo.UpdateIfMatchResult Maven / Gradle / Ivy

There is a newer version: 2.0.5.RELEASE
Show newest version
package com.breuninger.boot.mongo;

public enum UpdateIfMatchResult {
  OK, NOT_FOUND, CONCURRENTLY_MODIFIED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy