程序包 cool.scx.dao
类 SelectFilter
查询列过滤器
- 版本:
- 0.1.3
- 作者:
- scx567888
-
嵌套类概要
从类继承的嵌套类/接口 cool.scx.dao.ColumnInfoFilter
ColumnInfoFilter.FilterMode -
方法概要
修饰符和类型方法说明static SelectFilter黑名单模式static SelectFilterofExcluded(String... fieldNames) 黑名单模式static SelectFilter白名单模式static SelectFilterofIncluded(String... fieldNames) 白名单模式从类继承的方法 cool.scx.dao.ColumnInfoFilter
addExcluded, addIncluded, clear, filter, filterMode, removeExcluded, removeIncluded
-
方法详细资料
-
ofIncluded
白名单模式- 返回:
- a
-
ofExcluded
黑名单模式- 返回:
- a
-
ofIncluded
白名单模式- 参数:
fieldNames- a- 返回:
- a
-
ofExcluded
黑名单模式- 参数:
fieldNames- a- 返回:
- a
-