Uses of Class
org.springframework.boot.jdbc.DataSourceBuilder
Packages that use DataSourceBuilder
Package
Description
Support for Java Database Connectivity (JDBC).
Auto-configuration for JDBC.
-
Uses of DataSourceBuilder in org.springframework.boot.jdbc
Methods in org.springframework.boot.jdbc that return DataSourceBuilderModifier and TypeMethodDescriptionstatic DataSourceBuilder
<?> DataSourceBuilder.create()
Create a newDataSourceBuilder
instance.static DataSourceBuilder
<?> DataSourceBuilder.create
(@Nullable ClassLoader classLoader) Create a newDataSourceBuilder
instance.static DataSourceBuilder
<?> DataSourceBuilder.derivedFrom
(DataSource dataSource) Create a newDataSourceBuilder
instance derived from the specified data source.DataSourceBuilder.driverClassName
(String driverClassName) Set the driver class name that should be used when building the datasource.Set the password that should be used when building the datasource.<D extends DataSource>
DataSourceBuilder<D> Set theDataSource
type that should be built.Set the URL that should be used when building the datasource.Set the username that should be used when building the datasource. -
Uses of DataSourceBuilder in org.springframework.boot.jdbc.autoconfigure
Methods in org.springframework.boot.jdbc.autoconfigure that return DataSourceBuilderModifier and TypeMethodDescriptionDataSourceProperties.initializeDataSourceBuilder()
Initialize aDataSourceBuilder
with the state of this instance.