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

com.transferwise.common.baseutils.jdbc.DataSourceProxy Maven / Gradle / Ivy

package com.transferwise.common.baseutils.jdbc;

import javax.sql.DataSource;

public interface DataSourceProxy extends DataSource {

  DataSource getTargetDataSource();

  void setTargetDataSource(DataSource dataSource);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy