Package com.github.yulichang.annotation
Annotation Type Condition
public @interface Condition
映射表条件
- Since:
- 1.2.0
- Author:
- yulichang
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
-
keyWord
SqlKeyword keyWord条件枚举 目前只实现了 = != > >= < <= 其他的暂未实现 TODO- See Also:
- Default:
- EQ
-