See: Description
| Interface | Description |
|---|---|
| ConnectionProvider |
A strategy for obtaining JDBC connections.
|
| Class | Description |
|---|---|
| C3P0ConnectionProvider |
A connection provider that uses a C3P0 connection pool.
|
| ConnectionProviderFactory |
Instantiates a connection provider given either System properties or
a java.util.Properties instance.
|
| DatasourceConnectionProvider |
A connection provider that uses a DataSource registered with JNDI.
|
| DriverManagerConnectionProvider |
A connection provider that uses java.sql.DriverManager.
|
| ProxoolConnectionProvider |
A connection provider that uses a Proxool connection pool.
|
| UserSuppliedConnectionProvider |
An implementation of the
|
This package abstracts the mechanism for obtaining a JDBC connection.
A concrete implementation of ConnectionProvider may be selected by specifying hibernate.connection.provider_class.
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved