| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.hibernate.connection.DBCPConnectionProvider
A connection provider that uses an Apache commons DBCP connection pool. Hibernate will use this by default if the hibernate.dbcp.* properties are set.
ConnectionProvider| Constructor Summary | |
| DBCPConnectionProvider() | |
| Method Summary | |
|  void | close()Release all resources held by this provider. | 
|  void | closeConnection(Connection conn)Dispose of a used connection. | 
|  void | configure(Properties props)Initialize the connection provider from given properties. | 
|  Connection | getConnection()Grab a connection | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public DBCPConnectionProvider()
| Method Detail | 
public Connection getConnection() throws SQLException
ConnectionProvider
getConnection in interface ConnectionProviderSQLExceptionpublic void closeConnection(Connection conn) throws SQLException
ConnectionProvider
closeConnection in interface ConnectionProviderconn - a JDBC connection
SQLExceptionpublic void configure(Properties props) throws HibernateException
ConnectionProvider
configure in interface ConnectionProviderprops - SessionFactory properties
HibernateException
public void close()
           throws HibernateException
ConnectionProvider
close in interface ConnectionProviderHibernateExceptionConnectionProvider.close()| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||