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

xpertss.ds.base.BaseOriginDataSource Maven / Gradle / Ivy

Go to download

A modern high speed connection pool that supports multiple connection types.

There is a newer version: 2.6
Show newest version
package xpertss.ds.base;

/**
 * A Base implementation of {@link xpertss.ds.DataSource} that can be 
 * used to implement common functionality for the various origin data 
 * source implementations.
 *  
 * @author cfloersch
 */
public abstract class BaseOriginDataSource extends BaseDataSource {

   protected BaseOriginDataSource(Type type)
   {
      super(type);
   }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy