public final class HoneyConfig extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getBatchSize() |
double |
getCachefullUsedRate() |
int |
getCacheMapSize() |
int |
getCacheTimeout() |
String |
getCacheType() |
int |
getCacheWorkResultSetSize() |
String |
getDbName() |
String |
getDriverName() |
String |
getEntity2tableMappingList() |
String |
getForeverCacheModifySynTableList() |
String |
getForeverCacheTableList() |
double |
getFullClearCacheRate() |
static HoneyConfig |
getHoneyConfig() |
String |
getNeverCacheTableList() |
String |
getPassword() |
int |
getSelectMaxResultSize() |
double |
getStartDeleteCacheRate() |
String |
getUrl() |
String |
getUsername() |
boolean |
isDateWithMillisecondInSelectJson() |
boolean |
isDbNamingToLowerCaseBefore() |
boolean |
isIgnoreNullInSelectJson() |
boolean |
isNullToEmptyStringInReturnStringList() |
boolean |
isShowSQL() |
boolean |
isTimestampWithMillisecondInSelectJson() |
boolean |
isTimeWithMillisecondInSelectJson() |
boolean |
isUnderScoreAndCamelTransform() |
public static HoneyConfig getHoneyConfig()
public String getEntity2tableMappingList()
public boolean isShowSQL()
public int getBatchSize()
public String getDbName()
public boolean isUnderScoreAndCamelTransform()
public boolean isDbNamingToLowerCaseBefore()
public String getDriverName()
public String getUrl()
public String getUsername()
public String getPassword()
public int getSelectMaxResultSize()
public boolean isIgnoreNullInSelectJson()
public boolean isTimestampWithMillisecondInSelectJson()
public boolean isDateWithMillisecondInSelectJson()
public boolean isTimeWithMillisecondInSelectJson()
public boolean isNullToEmptyStringInReturnStringList()
public int getCacheTimeout()
public int getCacheMapSize()
public int getCacheWorkResultSetSize()
public String getCacheType()
public double getStartDeleteCacheRate()
public double getCachefullUsedRate()
public double getFullClearCacheRate()
public String getNeverCacheTableList()
public String getForeverCacheTableList()
public String getForeverCacheModifySynTableList()
Copyright © 2019. All rights reserved.