类 AbstractFieldFilter
java.lang.Object
cool.scx.common.field_filter.AbstractFieldFilter
- 所有已实现的接口:
FieldFilter
- 直接已知子类:
ExcludedFieldFilter,IncludedFieldFilter
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected FieldFilter_addFieldNames(String... fieldNames) 添加 包含类型的列protected FieldFilter_removeFieldNames(String... fieldNames) 根据指定名称 移除 包含类型的列clear()清除所有 包含类型的列booleanignoreNullValue(boolean ignoreNullValue) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cool.scx.common.field_filter.FieldFilter
addExcluded, addIncluded, getFilterMode, removeExcluded, removeIncluded
-
构造器详细资料
-
AbstractFieldFilter
protected AbstractFieldFilter()
-
-
方法详细资料
-
_addFieldNames
添加 包含类型的列- 参数:
fieldNames- 包含的列名 (注意是 java 字段名称 ,不是 数据库 字段名称)- 返回:
- this 方便链式调用
-
_removeFieldNames
根据指定名称 移除 包含类型的列- 参数:
fieldNames- 包含的列名 (注意是 java 字段名称 ,不是 数据库 字段名称)- 返回:
- this 方便链式调用
-
clear
清除所有 包含类型的列- 指定者:
clear在接口中FieldFilter- 返回:
- this 方便链式调用
-
getFieldNames
- 指定者:
getFieldNames在接口中FieldFilter
-
getIgnoreNullValue
public boolean getIgnoreNullValue()- 指定者:
getIgnoreNullValue在接口中FieldFilter
-
ignoreNullValue
- 指定者:
ignoreNullValue在接口中FieldFilter
-