com.buschmais.xo.api.ValidationMode Maven / Gradle / Ivy
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