public interface DataSourceProvider
| Modifier and Type | Method and Description |
|---|---|
DataSource |
lookupDataSource(String dataSourceName)
Lookups the
DataSource instance by the specific data source name. |
DataSource lookupDataSource(String dataSourceName)
DataSource instance by the specific data source name. If the method can not find the data
source with the given name it should return null meaning that no data source could be found.Copyright © 2014 JBoss by Red Hat. All rights reserved.