Uses of Class
com.avaje.ebean.config.DataSourceConfig

Packages that use DataSourceConfig
com.avaje.ebean.config Configuration settings for EbeanServer construction 
 

Uses of DataSourceConfig in com.avaje.ebean.config
 

Methods in com.avaje.ebean.config that return DataSourceConfig
 DataSourceConfig ServerConfig.getDataSourceConfig()
          Return the configuration to build a DataSource using Ebean's own DataSource implementation.
 

Methods in com.avaje.ebean.config with parameters of type DataSourceConfig
 void ServerConfig.setDataSourceConfig(DataSourceConfig dataSourceConfig)
          Set the configuration required to build a DataSource using Ebean's own DataSource implementation.
 



Copyright © 2010. All Rights Reserved.