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

org.jfaster.badger.jdbc.datasource.DataSourceFactory Maven / Gradle / Ivy

package org.jfaster.badger.jdbc.datasource;

import javax.sql.DataSource;

/**
 *
 * @author yanpengfang
 * create 2019-01-16 2:23 PM
 */
public interface DataSourceFactory {
    String getName();

    DataSource getMasterDataSource();

    DataSource getSlaveDataSource();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy