public static class DBFoundConfigProperties.SystemConfig extends Object
| 构造器和说明 |
|---|
SystemConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDateFormat() |
String |
getDateTimeFormat() |
String |
getModeRootPath() |
org.springframework.transaction.annotation.Isolation |
getTransactionIsolation() |
boolean |
isCamelCaseToUnderscore() |
boolean |
isModelModifyCheck() |
boolean |
isOpenDSql() |
boolean |
isOpenLog() |
boolean |
isSqlCompareIgnoreCase() |
boolean |
isUnderscoreToCamelCase() |
void |
setCamelCaseToUnderscore(boolean camelCaseToUnderscore) |
void |
setDateFormat(String dateFormat) |
void |
setDateTimeFormat(String dateTimeFormat) |
void |
setModelModifyCheck(boolean modelModifyCheck) |
void |
setModeRootPath(String modeRootPath) |
void |
setOpenDSql(boolean openDSql) |
void |
setOpenLog(boolean openLog) |
void |
setSqlCompareIgnoreCase(boolean sqlCompareIgnoreCase) |
void |
setTransactionIsolation(org.springframework.transaction.annotation.Isolation transactionIsolation) |
void |
setUnderscoreToCamelCase(boolean underscoreToCamelCase) |
public String getModeRootPath()
public void setModeRootPath(String modeRootPath)
public boolean isOpenLog()
public void setOpenLog(boolean openLog)
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)
public boolean isOpenDSql()
public void setOpenDSql(boolean openDSql)
public boolean isSqlCompareIgnoreCase()
public void setSqlCompareIgnoreCase(boolean sqlCompareIgnoreCase)
public org.springframework.transaction.annotation.Isolation getTransactionIsolation()
public void setTransactionIsolation(org.springframework.transaction.annotation.Isolation transactionIsolation)
public boolean isCamelCaseToUnderscore()
public void setCamelCaseToUnderscore(boolean camelCaseToUnderscore)
Copyright © 2023. All rights reserved.