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

com.buschmais.xo.api.ValidationMode Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
package com.buschmais.xo.api;

/**
 * Defines the supported instance validation modes.
 */
public enum ValidationMode {
    /**
     * No validation will be performed. The application must explicitly call {@link XOManager#validate()}.
     */
    NONE,
    /**
     * Instance will be automatically validated when instance are flushed to the datastore.
     */
    AUTO;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy