public interface ConnectionFactory
| Modifier and Type | Method and Description |
|---|---|
void |
addConfigurationProperties(Properties properties)
Adds properties for this instance from any properties configured in the
ConnectionFactory.
|
Connection |
getConnection()
Should return a connection to the database in use for this context.
|
Connection getConnection() throws SQLException
SQLExceptionvoid addConfigurationProperties(Properties properties)
properties - All properties from the configurationCopyright © 2006–2016 MyBatis.org. All rights reserved.