Class Jdbc41Bridge

java.lang.Object
org.apache.tomcat.dbcp.dbcp2.Jdbc41Bridge

public class Jdbc41Bridge extends Object
Defines bridge methods to JDBC 4.1 (Java 7) methods to allow call sites to operate safely (without AbstractMethodError) when using a JDBC driver written for JDBC 4.0 (Java 6).

There should be no need to this kind of code for JDBC 4.2 in Java 8 due to JDBC's use of default methods.

This should probably be moved or at least copied in some form to Apache Commons DbUtils.

Since:
2.6.0