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

com.networknt.db.factory.DataSourceFactory Maven / Gradle / Ivy

The newest version!
package com.networknt.db.factory;

import javax.sql.DataSource;

public interface DataSourceFactory {
    DataSource getDataSource(String name);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy