public interface DatabaseConfigService
Modifier and Type | Method and Description |
---|---|
DatabaseConnectionFactory |
getConnectionFactory(String databaseName)
Returns a connection factory for a configured database.
|
DatabaseConnectionFactory getConnectionFactory(String databaseName) throws DatabaseConfigException
databaseName
- is the name of the databaseDatabaseConfigException
- is thrown to indicate database configuration errorsCopyright © 2005–2018. All rights reserved.