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

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


public class SimpleDataSourceFactory implements DataSourceFactory {

  private DataSource dataSource;

  public void initialize(Map map) {
    dataSource = new SimpleDataSource(map);
  }
View Full Code Here

TOP

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

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.