public static class BeanSearcherProperties.Sql.DefaultMapping extends Object
| 构造器和说明 |
|---|
DefaultMapping() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAroundChar() |
String[] |
getIgnoreFields() |
cn.zhxu.bs.bean.InheritType |
getInheritType() |
String[] |
getRedundantSuffixes() |
cn.zhxu.bs.bean.SortType |
getSortType() |
String |
getTablePrefix() |
boolean |
isUnderlineCase() |
boolean |
isUpperCase() |
void |
setAroundChar(String aroundChar) |
void |
setIgnoreFields(String[] ignoreFields) |
void |
setInheritType(cn.zhxu.bs.bean.InheritType inheritType) |
void |
setRedundantSuffixes(String[] redundantSuffixes) |
void |
setSortType(cn.zhxu.bs.bean.SortType sortType) |
void |
setTablePrefix(String tablePrefix) |
void |
setUnderlineCase(boolean underlineCase) |
void |
setUpperCase(boolean upperCase) |
public boolean isUpperCase()
public void setUpperCase(boolean upperCase)
public boolean isUnderlineCase()
public void setUnderlineCase(boolean underlineCase)
public String getTablePrefix()
public void setTablePrefix(String tablePrefix)
public String[] getRedundantSuffixes()
public void setRedundantSuffixes(String[] redundantSuffixes)
public String[] getIgnoreFields()
public void setIgnoreFields(String[] ignoreFields)
public cn.zhxu.bs.bean.InheritType getInheritType()
public void setInheritType(cn.zhxu.bs.bean.InheritType inheritType)
public cn.zhxu.bs.bean.SortType getSortType()
public void setSortType(cn.zhxu.bs.bean.SortType sortType)
public String getAroundChar()
public void setAroundChar(String aroundChar)
Copyright © 2024. All rights reserved.