Package com.sap.cloud.mt.runtime
Class DataSourceCreator
java.lang.Object
com.sap.cloud.mt.runtime.DataSourceCreator
- Direct Known Subclasses:
DataSourceCreatorHikari,DataSourceCreatorTomcat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract DataSourcebuild(DataSourceInfo info, EnvironmentAccess env) final DataSourcecreate(DataSourceInfo info, EnvironmentAccess env) protected abstract Stream<DataPoolSettings.Parameter>
-
Constructor Details
-
DataSourceCreator
public DataSourceCreator()
-
-
Method Details
-
create
- Throws:
InternalError
-
build
protected abstract DataSource build(DataSourceInfo info, EnvironmentAccess env) throws InternalError - Throws:
InternalError
-
getPoolParameters
-