public interface ConnectionFactory
| Modifier and Type | Method and Description |
|---|---|
Connection |
createConnection()
Creates a new JDBC Connection instance.
|
void |
initializeFactory()
Initialize the concrete factory.
|
void initializeFactory()
throws MappingException
MappingException - If concrete factory could not be initialized.Connection createConnection() throws SQLException
SQLException - If the JDBC connection cannot be created.Copyright © 2014. All rights reserved.