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

org.zapodot.junit.db.internal.ConnectionProxy Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package org.zapodot.junit.db.internal;

import java.sql.Connection;

/**
 * Needs to be public to be used by ByteBuddy. Part of internal api, so it may be changed or removed without prior warning
 */
public interface ConnectionProxy {
    Connection getDelegatedConnection();

    void setDelegatedConnection(Connection delegatedConnection);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy