Interface ConnectionFactory
-
- All Known Implementing Classes:
DBCPConnectionFactory
public interface ConnectionFactory
ConnectionFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
closeAll()
java.sql.Connection
getConnection(GenericHelperInfo helperInfo, JdbcElement jdbcElement)
-
-
-
Method Detail
-
getConnection
java.sql.Connection getConnection(GenericHelperInfo helperInfo, JdbcElement jdbcElement) throws java.sql.SQLException, GenericEntityException
- Throws:
java.sql.SQLException
GenericEntityException
-
closeAll
void closeAll()
-
-