com.github.andyshaox.jdbc.DaoFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of GearEE Show documentation
Show all versions of GearEE Show documentation
Enhance and formating the coding of JDK
package com.github.andyshaox.jdbc;
/**
*
* Title:
* Descript:
* Copyright: Copryright(c) Jan 30, 2016
* Encoding:UNIX UTF-8
*
* @author Andy.Shao
*
*/
public interface DaoFactory {
Object getDao(Dao dao);
}