类 BeanSearcherSql.DefaultMapping

java.lang.Object
cn.zhxu.bs.boot.prop.BeanSearcherSql.DefaultMapping
封闭类:
BeanSearcherSql

public static class BeanSearcherSql.DefaultMapping extends Object
  • 构造器详细资料

    • DefaultMapping

      public DefaultMapping()
  • 方法详细资料

    • isUpperCase

      public boolean isUpperCase()
    • setUpperCase

      public void setUpperCase(boolean upperCase)
    • isUnderlineCase

      public boolean isUnderlineCase()
    • setUnderlineCase

      public void setUnderlineCase(boolean underlineCase)
    • getTablePrefix

      public String getTablePrefix()
    • setTablePrefix

      public void setTablePrefix(String tablePrefix)
    • getRedundantSuffixes

      public String[] getRedundantSuffixes()
    • setRedundantSuffixes

      public void setRedundantSuffixes(String[] redundantSuffixes)
    • getIgnoreFields

      public String[] getIgnoreFields()
    • setIgnoreFields

      public void setIgnoreFields(String[] ignoreFields)
    • getInheritType

      public InheritType getInheritType()
    • setInheritType

      public void setInheritType(InheritType inheritType)
    • getSortType

      public SortType getSortType()
    • setSortType

      public void setSortType(SortType sortType)
    • getAroundChar

      public String getAroundChar()
    • setAroundChar

      public void setAroundChar(String aroundChar)