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 createdDataSource
objects. The key in the map is the name assigned to theDataSource
- Returns:
- the map of
DataSource
objects
-