derivedFrom
Create a new DataSourceBuilder instance derived from the specified data source. The returned builder can be used to build the same type of DataSource with username
, password
, url
and driverClassName
properties copied from the original when not specifically set.
Return
a new DataSource builder
Since
2.5.0
Parameters
dataSource
the source DataSource