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

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

The 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 - 2024 Weber Informatics LLC | Privacy Policy