Package com.lingbobu.flashdb.transfer.impl

Examples of com.lingbobu.flashdb.transfer.impl.InputDbQueryCatalogue


    this.beanFactory = beanFactory;
  }
 
  public InputDbQueryCatalogue call(String dataSourceBean, String dataSourceSql, String idField, String parentIdField, String nameField) {
    DataSource dataSource = beanFactory.getBean(dataSourceBean, DataSource.class);
    return new InputDbQueryCatalogue(dataSource, dataSourceSql, idField, parentIdField, nameField);
  }
View Full Code Here

TOP

Related Classes of com.lingbobu.flashdb.transfer.impl.InputDbQueryCatalogue

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.