|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hibernate.connection.ProxoolConnectionProvider
public class ProxoolConnectionProvider
A connection provider that uses a Proxool connection pool. Hibernate will use this by default if the hibernate.proxool.* properties are set.
ConnectionProvider| Constructor Summary | |
|---|---|
ProxoolConnectionProvider()
|
|
| 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 |
boolean |
supportsAggressiveRelease()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProxoolConnectionProvider()
| Method Detail |
|---|
public Connection getConnection()
throws SQLException
getConnection in interface ConnectionProviderSQLException
public void closeConnection(Connection conn)
throws SQLException
closeConnection in interface ConnectionProviderconn - a JDBC connection
SQLException
public void configure(Properties props)
throws HibernateException
configure in interface ConnectionProviderprops - SessionFactory properties
HibernateException
public void close()
throws HibernateException
close in interface ConnectionProviderHibernateExceptionpublic boolean supportsAggressiveRelease()
supportsAggressiveRelease in interface ConnectionProviderConnectionProvider#supportsAggressiveRelease()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||