| Package | Description |
|---|---|
| de.hybris.platform.jdbcwrapper |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionErrorCheckingJDBCConnectionFactory |
class |
JUnitJDBCConnectionFactory |
| Constructor and Description |
|---|
ConnectionErrorCheckingJDBCConnectionPool(JDBCConnectionFactory factory,
GenericObjectPoolConfig cfg,
ConnectionStatus connectionStatus) |
JDBCConnectionPool(JDBCConnectionFactory factory,
GenericObjectPoolConfig cfg) |
JDBCConnectionPool(JDBCConnectionFactory factory,
org.apache.commons.pool.impl.GenericObjectPool.Config cfg)
Deprecated.
since ages - Database connection pool now uses version 2 of Apache Commons Pool, so please use
JDBCConnectionPool.JDBCConnectionPool(JDBCConnectionFactory, GenericObjectPoolConfig) This method converts
GenericObjectPool.Config to corresponding GenericObjectPool. |
Copyright © 2018 SAP SE. All Rights Reserved.