cn.sylinx.hbatis.plugin.statement.DatasourceStatementHandler 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
package cn.sylinx.hbatis.plugin.statement;
import cn.sylinx.hbatis.ext.res.StatementHandler;
public interface DatasourceStatementHandler extends StatementHandler {
StatementHandler get(String ds);
}