-
Deprecated ClassesClassDescriptionUse the new factories in
DataSources
. See examples.as of c3p0-0.9.1. To manipulate config programmaticall, please use ComboPooledDataSource
-
Deprecated MethodsMethodDescriptionforceDestroy() is no longer meaningful, as a set of pools is now directly associated with a DataSource, and not potentially shared. (This simplification was made possible by canonicalization of JNDI-looked-up DataSources within a virtual machine.) Just use DataSources.destroy().if you want to set properties programmatically, please construct a ComboPooledDataSource and set its properties rather than using PoolConfigall implementations are now both Referenceable and Serializable. use create()all implementations are now both Referenceable and Serializable. use create()all implementations are now both Referenceable and Serializable. use create()all implementations are now both Referenceable and Serializable. use create()all implementations are now both Referenceable and Serializable. use create()all implementations are now both Referenceable and Serializable. use create()all implementations are now both Referenceable and Serializable. use create()all implementations are now both Referenceable and Serializable. use create()use isTestConnectionOnCheckoutthe force_destroy argument is now meaningless, as pools are no longer potentially shared between multiple DataSources.use getNumBusyConnectionsDefaultUser()use getNumConnectionsDefaultUser()use getNumIdleConnectionsDefaultUser()use getNumUnclosedOrphanedConnectionsDefaultUser()
DataSources
. See examples.