Package org.springframework.jdbc.datasource.lookup

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

Related Classes of org.springframework.jdbc.datasource.lookup.MapDataSourceLookup

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.