All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.sylinx.hbatis.db.common.BaseDbOper Maven / Gradle / Ivy

There is a newer version: 2.0.0.RELEASE
Show newest version
package cn.sylinx.hbatis.db.common;

/**
 * 基本的数据库操作
 * 
 * @author han
 *
 */
public interface BaseDbOper {

	/**
	 * 获取原生sql操作对象
	 * 
	 * @param datasourceName
	 *            数据源名称
	 * @return DbOper对象
	 */
	public abstract DbOper getDbOper();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy