com.breuninger.boot.mongo.UpdateIfMatchResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-starter-breuninger-mongo Show documentation
Show all versions of spring-boot-starter-breuninger-mongo Show documentation
spring-boot-starter-breuninger-mongo
package com.breuninger.boot.mongo;
public enum UpdateIfMatchResult {
OK, NOT_FOUND, CONCURRENTLY_MODIFIED
}