
cn.sylinx.hbatis.db.common.BaseDbOper Maven / Gradle / Ivy
package cn.sylinx.hbatis.db.common;
/**
* 基本的数据库操作
*
* @author han
*
*/
public interface BaseDbOper {
/**
* 获取原生sql操作对象
*
* @param datasourceName
* 数据源名称
* @return DbOper对象
*/
public abstract DbOper getDbOper();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy