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

com.jn.sqlhelper.common.jdbc.JdbcTemplateFactory Maven / Gradle / Ivy

There is a newer version: 5.0.7
Show newest version
package com.jn.sqlhelper.common.jdbc;

import com.jn.langx.Factory;

import javax.sql.DataSource;

public interface JdbcTemplateFactory extends Factory {
    @Override
    JdbcTemplate get(DataSource dataSource);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy