com.jn.sqlhelper.common.connection.ConnectionProxy Maven / Gradle / Ivy
package com.jn.sqlhelper.common.connection;
import com.jn.langx.Delegatable;
import java.sql.Connection;
public interface ConnectionProxy extends Connection, Delegatable {
}