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

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

package com.transferwise.common.baseutils.jdbc;

import java.sql.Connection;

public interface ParentAwareConnectionProxy extends ConnectionProxy {

  Connection getParentConnection();

  void setParentConnection(Connection connection);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy