Skip to content

Instantly share code, notes, and snippets.

View amuraco's full-sized avatar

Andrew Muraco amuraco

  • Magnite
  • Buffalo, NY
View GitHub Profile
@amuraco
amuraco / AbstractWrappedJDBC41Connection.java
Created December 3, 2012 16:34
AbstractWrappedJDBC41Connection: JDBC 4.1 Compatibility with JDK 6+
package amuraco;
import java.lang.reflect.Method;
import java.sql.Connection;
import java.sql.SQLException;
import java.sql.SQLFeatureNotSupportedException;
import java.util.concurrent.Executor;
public abstract class AbstractWrappedJDBC41Connection implements Connection {