public interface BasicJdbcConfiguration
Modifier and Type | Field and Description |
---|---|
static String |
PREFIX
The prefix used for data source configuration.
|
Modifier and Type | Method and Description |
---|---|
String |
getConfiguredDriverClassName() |
String |
getConfiguredPassword() |
String |
getConfiguredUrl() |
String |
getConfiguredUsername() |
String |
getConfiguredValidationQuery() |
String |
getDriverClassName() |
String |
getName() |
String |
getPassword() |
String |
getUrl() |
String |
getUsername() |
String |
getValidationQuery() |
void |
setDataSourceProperties(Map<String,?> dsProperties)
Sets the datasource properties.
|
void |
setDriverClassName(String driverClassName) |
void |
setPassword(String password) |
void |
setUrl(String url) |
void |
setUsername(String username) |
static final String PREFIX
String getName()
String getConfiguredUrl()
String getUrl()
void setUrl(String url)
url
- Sets the urlString getConfiguredDriverClassName()
String getDriverClassName()
void setDriverClassName(String driverClassName)
driverClassName
- Sets the driver class nameString getConfiguredUsername()
String getUsername()
void setUsername(String username)
username
- Sets the usernameString getConfiguredPassword()
String getPassword()
void setPassword(String password)
password
- Sets the passwordString getConfiguredValidationQuery()
String getValidationQuery()