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

nyla.solutions.dao.DataSourceable Maven / Gradle / Ivy

package nyla.solutions.dao;

import javax.sql.DataSource;

public interface DataSourceable
{
	public void setDataSource(DataSource dataSource);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy