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

com.github.andyshaox.jdbc.DaoFactory Maven / Gradle / Ivy

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); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy