public interface Manager
| 限定符和类型 | 方法和说明 |
|---|---|
String |
databaseName() |
Configuration |
getConfiguration() |
String |
getId() |
SqlTemplate |
getTemplate() |
String |
getUrl() |
boolean |
isCache() |
boolean |
isLog() |
boolean |
isShowSql() |
boolean |
isSqlFormat() |
ProductType |
productType() |
void |
setConfiguration(Configuration configuration) |
void |
setId(Object id) |
void |
setTemplate(SqlTemplate template) |
void setTemplate(SqlTemplate template)
SqlTemplate getTemplate()
boolean isShowSql()
boolean isSqlFormat()
boolean isCache()
boolean isLog()
String databaseName()
ProductType productType()
Configuration getConfiguration()
void setConfiguration(Configuration configuration)
String getUrl()
String getId()
void setId(Object id)
Copyright © 2023. All rights reserved.