| Package | Description | 
|---|---|
| org.springframework.boot.autoconfigure.jdbc | 
 Auto-configuration for JDBC. 
 | 
| org.springframework.boot.jdbc | 
 Support for Java Database Connectivity (JDBC). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EmbeddedDatabaseConnection | 
DataSourceProperties.getEmbeddedDatabaseConnection()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DataSourceProperties.setEmbeddedDatabaseConnection(EmbeddedDatabaseConnection embeddedDatabaseConnection)  | 
| Modifier and Type | Method and Description | 
|---|---|
static EmbeddedDatabaseConnection | 
EmbeddedDatabaseConnection.get(ClassLoader classLoader)
Returns the most suitable  
EmbeddedDatabaseConnection for the given class
 loader. | 
static EmbeddedDatabaseConnection | 
EmbeddedDatabaseConnection.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EmbeddedDatabaseConnection[] | 
EmbeddedDatabaseConnection.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 |