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

sf.database.mapper.MapperBuilder Maven / Gradle / Ivy

The newest version!
package sf.database.mapper;

/**
 * 定义获取Mapper实现的接口,这样可以很容易的更换实现.
 * @author
 */
public interface MapperBuilder {

    /**
     * Gets the dao2.
     * @param              the generic type
     * @param mapperInterface the dao interface
     * @return the dao
     */
     T getMapper(Class mapperInterface);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy