com.github.yulichang.annotation.enums.SqlKeyword Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-plus-join-annotation Show documentation
Show all versions of mybatis-plus-join-annotation Show documentation
An enhanced toolkit of Mybatis-Plus to simplify development.
package com.github.yulichang.annotation.enums;
/**
* @author yulichang
* @since 1.4.5
*/
public enum SqlKeyword {
NOT,
IN,
NOT_IN,
LIKE,
NOT_LIKE,
EQ,
NE,
GT,
GE,
LT,
LE,
IS_NULL,
IS_NOT_NULL,
BETWEEN,
NOT_BETWEEN,
;
SqlKeyword() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy