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

All Implemented Interfaces:
    ConnectionProvider

A connection provider that uses a Proxool connection pool. Hibernate will use this by default if the hibernate.proxool.* properties are set.
Method from org.hibernate.connection.ProxoolConnectionProvider 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.ProxoolConnectionProvider Detail:
 public  void close() throws HibernateException 
    Release all resources held by this provider. JavaDoc requires a second sentence.
 public  void closeConnection(Connection conn) throws SQLException 
    Dispose of a used connection.
 public  void configure(Properties props) throws HibernateException 
    Initialize the connection provider from given properties.
 public Connection getConnection() throws SQLException 
    Grab a connection
 public boolean supportsAggressiveRelease()