public abstract class AbstractJdbcConfiguration extends Object implements JdbcConfiguration
| Constructor and Description |
|---|
AbstractJdbcConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getPassword() |
String |
getSchema() |
String |
getUsername() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetUrlpublic String getUsername()
getUsername in interface JdbcConfigurationpublic String getPassword()
getPassword in interface JdbcConfigurationpublic String getSchema()
getSchema in interface JdbcConfigurationCopyright © 2007-2012. All Rights Reserved.