Uses of Class
com.saperion.common.sql.DataSource
Packages that use DataSource
-
Uses of DataSource in com.saperion.common.config.manager
Methods in com.saperion.common.config.manager that return DataSourceModifier and TypeMethodDescriptionDbConfigurationManagerConstructorParameters.getDataSource()Returns theDataSource.Constructors in com.saperion.common.config.manager with parameters of type DataSourceModifierConstructorDescriptionDbConfigurationManagerConstructorParameters(DataSource<CommonAccessException, IllegalStateException> dataSource) Creates newDbConfigurationManagerConstructorParameterswith the specifiedDataSourceand all other values set to defaults. -
Uses of DataSource in com.saperion.common.sql
Subclasses of DataSource in com.saperion.common.sqlModifier and TypeClassDescriptionclassSimpleDataSource<CommonReadResultException extends Exception>SimpleDataSourceis a simple implementation of anDataSourcethat can be used directly and that has no logging, no runtime-information and treats all errors asIllegalStateExceptions.