Package org.g4studio.core.orm.xibatis.common.jdbc

Examples of org.g4studio.core.orm.xibatis.common.jdbc.DbcpConfiguration


public class DbcpDataSourceFactory implements DataSourceFactory {

  private DataSource dataSource;

  public void initialize(Map map) {
    DbcpConfiguration dbcp = new DbcpConfiguration(map);
    dataSource = dbcp.getDataSource();
  }
View Full Code Here

TOP

Related Classes of org.g4studio.core.orm.xibatis.common.jdbc.DbcpConfiguration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.