public interface DataSourceFactory
DataSource
objects.
Implementing classes can get access to the CdsRuntime
by implementing CdsRuntimeAware
.Modifier and Type | Method and Description |
---|---|
Map<String,DataSource> |
create()
A map containing all created
DataSource objects. |
Map<String,DataSource> create()
DataSource
objects.
The key in the map is the name assigned to the DataSource
DataSource
objectsCopyright © 2023. All rights reserved.