public static class DBFoundConfigProperties.SystemConfig extends Object
| 构造器和说明 |
|---|
SystemConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDateFormat() |
String |
getDateTimeFormat() |
String |
getModeRootPath() |
int |
getQueryLimitSize() |
int |
getReportQueryLimitSize() |
boolean |
isModelModifyCheck() |
boolean |
isOpenLog() |
boolean |
isQueryLimit() |
boolean |
isUnderscoreToCamelCase() |
void |
setDateFormat(String dateFormat) |
void |
setDateTimeFormat(String dateTimeFormat) |
void |
setModelModifyCheck(boolean modelModifyCheck) |
void |
setModeRootPath(String modeRootPath) |
void |
setOpenLog(boolean openLog) |
void |
setQueryLimit(boolean queryLimit) |
void |
setQueryLimitSize(int queryLimitSize) |
void |
setReportQueryLimitSize(int reportQueryLimitSize) |
void |
setUnderscoreToCamelCase(boolean underscoreToCamelCase) |
public String getModeRootPath()
public void setModeRootPath(String modeRootPath)
public boolean isOpenLog()
public void setOpenLog(boolean openLog)
public boolean isQueryLimit()
public void setQueryLimit(boolean queryLimit)
public int getQueryLimitSize()
public void setQueryLimitSize(int queryLimitSize)
public int getReportQueryLimitSize()
public void setReportQueryLimitSize(int reportQueryLimitSize)
public boolean isUnderscoreToCamelCase()
public void setUnderscoreToCamelCase(boolean underscoreToCamelCase)
public boolean isModelModifyCheck()
public void setModelModifyCheck(boolean modelModifyCheck)
public String getDateFormat()
public void setDateFormat(String dateFormat)
public String getDateTimeFormat()
public void setDateTimeFormat(String dateTimeFormat)
Copyright © 2022. All rights reserved.