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

org.jumpmind.symmetric.fs.config.ConflictStrategy Maven / Gradle / Ivy

There is a newer version: 3.4.9
Show newest version
package org.jumpmind.symmetric.fs.config;

public enum ConflictStrategy {
    SERVER_WINS, CLIENT_WINS, REPORT_ERROR
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy