|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package de.smartics.properties.impl.config.ds.mysql |
---|
Class de.smartics.properties.impl.config.ds.mysql.AbstractMySqlDataSourceProxy extends Object implements Serializable |
---|
serialVersionUID: 1L
Class de.smartics.properties.impl.config.ds.mysql.MySqlDataSourceProxy extends AbstractMySqlDataSourceProxy implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- on read problems.
ClassNotFoundException
- if a class cannot be found.
Serialized Fields |
---|
String connectionUrl
String userName
String password
Please note that the password passed to this instance is stored. This is necessary in the case of deserialisation where the wrapped data source instance must be recreated. If this provides a security problem, please consider using the JndiDataSourceProxy
.
Class de.smartics.properties.impl.config.ds.mysql.MySqlJndiDataSourceProxy extends AbstractMySqlDataSourceProxy implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
de.smartics.properties.spi.config.ds.JndiDataSourceProxy dataSource
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |