程序包 cool.scx.dao

类 SelectFilter


public final class SelectFilter extends ColumnInfoFilter<SelectFilter>
查询列过滤器
版本:
0.1.3
作者:
scx567888
  • 方法详细资料

    • ofIncluded

      public static SelectFilter ofIncluded()
      白名单模式
      返回:
      a
    • ofExcluded

      public static SelectFilter ofExcluded()
      黑名单模式
      返回:
      a
    • ofIncluded

      public static SelectFilter ofIncluded(String... fieldNames)
      白名单模式
      参数:
      fieldNames - a
      返回:
      a
    • ofExcluded

      public static SelectFilter ofExcluded(String... fieldNames)
      黑名单模式
      参数:
      fieldNames - a
      返回:
      a