We read Anthony's article
http://www.hibernate.org/214.html
We thought this is hibernate.c3p0.(whatever list follow) in hibernate properties file.
--------------------------
Parameters
Here are a subset of the most important features:
initialPoolSize C3P0 default: 3
minPoolSize Must be set in hibernate.cfg.xml (or hibernate.properties), Hibernate default: 1
maxPoolSize Must be set in hibernate.cfg.xml (or hibernate.properties), Hibernate default: 100
idleTestPeriod Must be set in hibernate.cfg.xml (or hibernate.properties), Hibernate default: 0
....