com.networknt.db.factory.DataSourceFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of data-source Show documentation
Show all versions of data-source Show documentation
A utility to manage multiple named SQL database connection pools.
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