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

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

package com.transferwise.common.baseutils.jdbc;

import javax.sql.DataSource;

public interface ParentAwareDataSourceProxy extends DataSourceProxy {

  DataSource getParentDataSource();

  void setParentDataSource(DataSource dataSource);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy