Package | Description |
---|---|
org.springframework.jdbc.datasource.embedded |
Provides extensible support for creating embedded database instances.
|
Modifier and Type | Method and Description |
---|---|
ConnectionProperties |
DataSourceFactory.getConnectionProperties()
Get the connection properties
of the
DataSource to be configured. |
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedDatabaseConfigurer.configureConnectionProperties(ConnectionProperties properties,
String databaseName)
Configure the properties required to create and connect to the embedded database.
|