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

eu.xenit.apix.search.SearchQueryConsistency Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package eu.xenit.apix.search;

/**
 * Enum that represents the consistency of the search query. Can be transactional, eventual or transactional if possible.
 */
public enum SearchQueryConsistency {
    EVENTUAL,
    TRANSACTIONAL,
    TRANSACTIONAL_IF_POSSIBLE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy