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

cn.tangjiabao.halodb.dbutils.dao.impl.DbUtilsHaloDao Maven / Gradle / Ivy

Go to download

Orm whitch The highest development efficiency and Efficiency is the fastest

There is a newer version: 0.17
Show newest version
package cn.tangjiabao.halodb.dbutils.dao.impl;

import java.sql.Connection;

import javax.sql.DataSource;

import cn.tangjiabao.halodb.dbutils.DbUtilsEx;

/**
 * 普通的Dao
 * @author [email protected]
 * @date 2015-6-14 下午10:16:42
 * @param 
 */
public abstract class DbUtilsHaloDao extends AbstractDbUtilsHaloDao{

	@Override
	protected Connection getConnection(DataSource dataSource) {

		return DbUtilsEx.getConnection(dataSource);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy