public final class HoneyConfig extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getBatchSize() |
String |
getDbName() |
String |
getDriverName() |
static HoneyConfig |
getHoneyConfig() |
int |
getMaxResultSize() |
String |
getPassword() |
String |
getUrl() |
String |
getUsername() |
boolean |
isDbNamingToLowerCaseBefore() |
boolean |
isShowSQL() |
boolean |
isUnderScoreAndCamelTransform() |
public static HoneyConfig getHoneyConfig()
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 getMaxResultSize()
Copyright © 2019. All rights reserved.