cn.sylinx.hbatis.ext.ctxds.DynamicDatasourceProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hbatis-core Show documentation
Show all versions of hbatis-core Show documentation
hbatis is a simple orm framework
The newest version!
package cn.sylinx.hbatis.ext.ctxds;
public interface DynamicDatasourceProvider {
String getDatasource();
public static DynamicDatasourceProvider create() {
return SPIManager.getDynamicDatasourceProvider();
}
}