Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » connection » [javadoc | source]
org.hibernate.connection
public class: C3P0ConnectionProvider [javadoc | source]
java.lang.Object
   org.hibernate.connection.C3P0ConnectionProvider

All Implemented Interfaces:
    ConnectionProvider

A connection provider that uses a C3P0 connection pool. Hibernate will use this by default if the hibernate.c3p0.* properties are set.
Method from org.hibernate.connection.C3P0ConnectionProvider Summary:
close,   closeConnection,   configure,   getConnection,   supportsAggressiveRelease
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.connection.C3P0ConnectionProvider Detail:
 public  void close() 
    {@inheritDoc}
 public  void closeConnection(Connection conn) throws SQLException 
    {@inheritDoc}
 public  void configure(Properties props) throws HibernateException 
    {@inheritDoc}
 public Connection getConnection() throws SQLException 
    {@inheritDoc}
 public boolean supportsAggressiveRelease() 
    {@inheritDoc}