Uses of Class
de.hybris.platform.jdbcwrapper.JDBCConnectionFactory
-
Packages that use JDBCConnectionFactory Package Description de.hybris.platform.jdbcwrapper -
-
Uses of JDBCConnectionFactory in de.hybris.platform.jdbcwrapper
Subclasses of JDBCConnectionFactory in de.hybris.platform.jdbcwrapper Modifier and Type Class Description classConnectionErrorCheckingJDBCConnectionFactoryclassJUnitJDBCConnectionFactoryConstructors in de.hybris.platform.jdbcwrapper with parameters of type JDBCConnectionFactory Constructor Description ConnectionErrorCheckingJDBCConnectionPool(JDBCConnectionFactory factory, org.apache.commons.pool2.impl.GenericObjectPoolConfig cfg, ConnectionStatus connectionStatus)JDBCConnectionPool(JDBCConnectionFactory factory, org.apache.commons.pool.impl.GenericObjectPool.Config cfg)Deprecated, for removal: This API element is subject to removal in a future version.since ages - Database connection pool now uses version 2 of Apache Commons Pool, so please useJDBCConnectionPool(JDBCConnectionFactory, GenericObjectPoolConfig)This method converts GenericObjectPool.Config to corresponding GenericObjectPool.JDBCConnectionPool(JDBCConnectionFactory factory, org.apache.commons.pool2.impl.GenericObjectPoolConfig cfg)
-