Example usage for org.apache.commons.dbcp2 ConnectionFactory interface-usage

List of usage examples for org.apache.commons.dbcp2 ConnectionFactory interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.dbcp2 ConnectionFactory interface-usage.

Usage

From source file com.yahoo.athenz.common.server.db.MockConnectionFactory.java

public class MockConnectionFactory implements ConnectionFactory {

    @Override
    public Connection createConnection() throws SQLException {
        return null;
    }

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

/**
 * Apache Commons DBCP connection factory.
 * 
 * @see <a href="http://commons.apache.org/proper/commons-dbcp/">Apache Commons DBCP</a>
 */
public class DBCPConnectionFactory implements ConnectionFactory {

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

/**
 * Apache Commons DBCP connection factory.
 * 
 * @see <a href="http://commons.apache.org/proper/commons-dbcp/">Apache Commons DBCP</a>
 */
public class DBCPConnectionFactory implements ConnectionFactory {

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

/**
 * Apache Commons DBCP connection factory.
 * 
 * @see <a href="http://commons.apache.org/proper/commons-dbcp/">Apache Commons DBCP</a>
 */
public class DBCPConnectionFactory implements ConnectionFactory {