Example usage for org.apache.commons.dbcp.managed PoolableManagedConnection subclass-usage

List of usage examples for org.apache.commons.dbcp.managed PoolableManagedConnection subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.dbcp.managed PoolableManagedConnection subclass-usage.

Usage

From source file org.nuxeo.runtime.datasource.PatchedPoolableManagedConnection.java

/**
 * Patched to have an optimized equals() that also avoids a PostgreSQL driver
 * bug (NXP-6985).
 */
public class PatchedPoolableManagedConnection extends PoolableManagedConnection {