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

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

Introduction

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

Usage

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

/**
 * Patched to use PatchedPoolableManagedConnection
 */
public class PatchedPoolableManagedConnectionFactory extends PoolableManagedConnectionFactory {

    protected TransactionRegistry tr;