Package com.sap.cds.services.datasource
Interface DataSourceFactory
public interface DataSourceFactory
Interface for classes that create
DataSource objects. Implementing classes can get access
to the CdsRuntime by implementing CdsRuntimeAware.-
Method Summary
-
Method Details
-
create
Map<String,DataSource> create()A map containing all createdDataSourceobjects. The key in the map is the name assigned to theDataSource- Returns:
- the map of
DataSourceobjects
-