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

com.fhs.trans.ds.DataSourceSetter Maven / Gradle / Ivy

There is a newer version: 3.0.6
Show newest version
package com.fhs.trans.ds;

/**
 * 数据源设置
 */
public interface DataSourceSetter {

    /**
     * 设置数据源
     * @param datasourceName
     */
    void setDataSource(String datasourceName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy