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

com.litongjava.db.activerecord.IDataSourceProvider Maven / Gradle / Ivy

There is a newer version: 1.4.7
Show newest version
package com.litongjava.db.activerecord;

import javax.sql.DataSource;

/**
 * IDataSourceProvider
 * 

* ActiveRecordPlugin constructor accept DataSourceProvider and DataSource */ public interface IDataSourceProvider { DataSource getDataSource(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy