Examples of MapDataSourceLookup


Examples of org.springframework.jdbc.datasource.lookup.MapDataSourceLookup

   * If not specified, data source names will be resolved as JNDI names instead
   * (as defined by standard JPA).
   * @see org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
   */
  public void setDataSources(Map<String, DataSource> dataSources) {
    this.dataSourceLookup = new MapDataSourceLookup(dataSources);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.