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

com.jn.sqlhelper.common.connection.ConnectionProxy Maven / Gradle / Ivy

There is a newer version: 5.0.9
Show newest version
package com.jn.sqlhelper.common.connection;

import com.jn.langx.Delegatable;

import java.sql.Connection;

public interface ConnectionProxy extends Connection, Delegatable {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy