Deprecated Methods |
com.mchange.v2.c3p0.PoolBackedDataSourceFactory.createReferenceable(DataSource, int, int, int, int, int, String)
all implementations are now both Referenceable and Serializable.
use create() |
com.mchange.v2.c3p0.PoolBackedDataSourceFactory.createReferenceable(DataSource, String)
all implementations are now both Referenceable and Serializable.
use create() |
com.mchange.v2.c3p0.PoolBackedDataSourceFactory.createReferenceable(String, String, String, String, int, int, int, int, int, String)
all implementations are now both Referenceable and Serializable.
use create() |
com.mchange.v2.c3p0.PoolBackedDataSourceFactory.createReferenceable(String, String, String, String, String)
all implementations are now both Referenceable and Serializable.
use create() |
com.mchange.v2.c3p0.PoolBackedDataSourceFactory.createSerializable(DataSource)
all implementations are now both Referenceable and Serializable.
use create() |
com.mchange.v2.c3p0.PoolBackedDataSourceFactory.createSerializable(DataSource, int, int, int, int, int)
all implementations are now both Referenceable and Serializable.
use create() |
com.mchange.v2.c3p0.PoolBackedDataSourceFactory.createSerializable(String, String, String, String)
all implementations are now both Referenceable and Serializable.
use create() |
com.mchange.v2.c3p0.PoolBackedDataSourceFactory.createSerializable(String, String, String, String, int, int, int, int, int)
all implementations are now both Referenceable and Serializable.
use create() |
com.mchange.v2.c3p0.PoolConfig.getTestConnectionOnCheckout()
use isTestConnectionOnCheckout |
com.mchange.v2.c3p0.PoolConfig.setTestConnectionOnCheckout(boolean)
you really shouldn't use testConnectionOnCheckout, it's a performance
nightmare. let it default to false, and if you want Connections to be
tested, set a reasonable value for idleConnectionTestPeriod. |