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

com.github.alittlehuang.data.query.specification.ConditionalOperator Maven / Gradle / Ivy

package com.github.alittlehuang.data.query.specification;

/**
 * @author ALittleHuang
 */

public enum ConditionalOperator {

    EQUAL,
    GREATER_THAN,
    LESS_THAN,
    GREATER_THAN_OR_EQUAL_TO,
    LESS_THAN_OR_EQUAL_TO,
    BETWEEN,
    IN,
    LIKE,
    IS_NULL,

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy