public class BeanJdbcConfiguration extends Object implements JdbcConfiguration
| Modifier and Type | Field and Description |
|---|---|
protected String |
jdbcConnectionPassword |
protected String |
jdbcConnectionUrl |
protected String |
jdbcConnectionUser |
protected Class<? extends Driver> |
jdbcDriverClass |
| Constructor and Description |
|---|
BeanJdbcConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
dangerousToString() |
String |
getJdbcConnectionPassword() |
String |
getJdbcConnectionUrl() |
String |
getJdbcConnectionUser() |
Class<? extends Driver> |
getJdbcDriverClass() |
void |
setJdbcConnectionPassword(String jdbcConnectionPassword) |
void |
setJdbcConnectionUrl(String jdbcConnectionUrl) |
void |
setJdbcConnectionUser(String jdbcConnectionUser) |
void |
setJdbcDriverClass(Class<? extends Driver> jdbcDriverClass) |
String |
toString() |
protected String jdbcConnectionUrl
protected String jdbcConnectionUser
protected String jdbcConnectionPassword
public Class<? extends Driver> getJdbcDriverClass()
getJdbcDriverClass in interface JdbcConfigurationpublic String getJdbcConnectionUrl()
getJdbcConnectionUrl in interface JdbcConfigurationpublic String getJdbcConnectionUser()
getJdbcConnectionUser in interface JdbcConfigurationpublic String getJdbcConnectionPassword()
getJdbcConnectionPassword in interface JdbcConfigurationpublic void setJdbcConnectionUrl(String jdbcConnectionUrl)
public void setJdbcConnectionUser(String jdbcConnectionUser)
public void setJdbcConnectionPassword(String jdbcConnectionPassword)
public String dangerousToString()
Copyright © 2004–2018 CodeLutin. All rights reserved.