public interface CommOperate
| Modifier and Type | Method and Description |
|---|---|
String |
getDataSourceName()
get DataSource name which set for current instance.
|
InterceptorChain |
getInterceptorChain()
Get the Interceptor chain, which can be used for a generated object set a specific interceptor.
|
void |
setDataSourceName(String dsName)
Set the dataSource for current instance.
|
void |
setNameTranslateOneTime(NameTranslate nameTranslate)
Set the NameTranslate for current instance.
|
void setDataSourceName(String dsName)
dsName - dataSource nameString getDataSourceName()
InterceptorChain getInterceptorChain()
void setNameTranslateOneTime(NameTranslate nameTranslate)
nameTranslate - nameTranslateCopyright © 2024. All rights reserved.