|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ConnectionProvider | |
| net.sf.hibernate.cfg | |
| net.sf.hibernate.connection | |
| net.sf.hibernate.engine | |
| net.sf.hibernate.impl | |
| Uses of ConnectionProvider in net.sf.hibernate.cfg |
| Methods in net.sf.hibernate.cfg that return ConnectionProvider | |
ConnectionProvider |
Settings.getConnectionProvider()
|
| Uses of ConnectionProvider in net.sf.hibernate.connection |
| Classes in net.sf.hibernate.connection that implement ConnectionProvider | |
class |
C3P0ConnectionProvider
A connection provider that uses a C3P0 connection pool. |
class |
DatasourceConnectionProvider
A connection provider that uses a DataSource registered with JNDI. |
class |
DBCPConnectionProvider
A connection provider that uses an Apache commons DBCP connection pool. |
class |
DriverManagerConnectionProvider
A connection provider that uses java.sql.DriverManager. |
class |
ProxoolConnectionProvider
A connection provider that uses a Proxool connection pool. |
class |
UserSuppliedConnectionProvider
An implementation of the |
| Methods in net.sf.hibernate.connection that return ConnectionProvider | |
static ConnectionProvider |
ConnectionProviderFactory.newConnectionProvider()
Instantiate a ConnectionProvider using System properties. |
static ConnectionProvider |
ConnectionProviderFactory.newConnectionProvider(Properties properties)
Instantiate a ConnectionProvider using given properties. |
| Uses of ConnectionProvider in net.sf.hibernate.engine |
| Methods in net.sf.hibernate.engine that return ConnectionProvider | |
ConnectionProvider |
SessionFactoryImplementor.getConnectionProvider()
Get the connection provider |
| Uses of ConnectionProvider in net.sf.hibernate.impl |
| Methods in net.sf.hibernate.impl that return ConnectionProvider | |
ConnectionProvider |
SessionFactoryImpl.getConnectionProvider()
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||