Uses of Interface
org.springframework.jdbc.datasource.embedded.ConnectionProperties
Package
Description
Provides extensible support for creating embedded database instances.
-
Uses of ConnectionProperties in org.springframework.jdbc.datasource.embedded
Modifier and TypeMethodDescriptionDataSourceFactory.getConnectionProperties()
Get the connection properties of theDataSource
to be configured.Modifier and TypeMethodDescriptionvoid
EmbeddedDatabaseConfigurer.configureConnectionProperties
(ConnectionProperties properties, String databaseName) Configure the properties required to create and connect to the embedded database.void
EmbeddedDatabaseConfigurerDelegate.configureConnectionProperties
(ConnectionProperties properties, String databaseName)