Example usage for org.apache.commons.dbcp2.managed ManagedDataSource subclass-usage

List of usage examples for org.apache.commons.dbcp2.managed ManagedDataSource subclass-usage

Introduction

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

Usage

From source file org.noerp.entity.connection.DebugManagedDataSource.java

public class DebugManagedDataSource extends ManagedDataSource {

    public static final String module = DebugManagedDataSource.class.getName();

    public DebugManagedDataSource(ObjectPool pool, TransactionRegistry transactionRegistry) {
        super(pool, transactionRegistry);

From source file org.ofbiz.entity.connection.DebugManagedDataSource.java

public class DebugManagedDataSource extends ManagedDataSource {

    public static final String module = DebugManagedDataSource.class.getName();

    public DebugManagedDataSource(ObjectPool pool, TransactionRegistry transactionRegistry) {
        super(pool, transactionRegistry);

From source file org.apache.ofbiz.entity.connection.DebugManagedDataSource.java

public class DebugManagedDataSource extends ManagedDataSource {

    public static final String module = DebugManagedDataSource.class.getName();

    public DebugManagedDataSource(ObjectPool pool, TransactionRegistry transactionRegistry) {
        super(pool, transactionRegistry);