| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Wrapped | |
|---|---|
| org.hibernate.ejb.connection | |
| org.hibernate.service.jdbc.connections.internal | |
| org.hibernate.service.jdbc.connections.spi | |
| Uses of Wrapped in org.hibernate.ejb.connection | 
|---|
| Classes in org.hibernate.ejb.connection that implement Wrapped | |
|---|---|
|  class | InjectedDataSourceConnectionProviderA specialization of DatasourceConnectionProviderImplwhich uses theDataSourcespecified viInjectedDataSourceConnectionProvider.setDataSource(javax.sql.DataSource)rather than locating it from JNDI. | 
| Uses of Wrapped in org.hibernate.service.jdbc.connections.internal | 
|---|
| Classes in org.hibernate.service.jdbc.connections.internal that implement Wrapped | |
|---|---|
|  class | C3P0ConnectionProviderA connection provider that uses a C3P0 connection pool. | 
|  class | DatasourceConnectionProviderImplA ConnectionProviderthat manages connections from an underlyingDataSource. | 
|  class | DriverManagerConnectionProviderImplA connection provider that uses the DriverManagerdirectly to open connections and provides
 a very rudimentary connection pool. | 
|  class | ProxoolConnectionProviderA connection provider that uses a Proxool connection pool. | 
|  class | UserSuppliedConnectionProviderImplAn implementation of the ConnectionProviderinterface that simply throws an exception when a connection
 is requested, the assumption being that the application is responsible for handing the connection to use to
 the session | 
| Uses of Wrapped in org.hibernate.service.jdbc.connections.spi | 
|---|
| Subinterfaces of Wrapped in org.hibernate.service.jdbc.connections.spi | |
|---|---|
|  interface | ConnectionProviderA contract for obtaining JDBC connections. | 
|  interface | MultiTenantConnectionProvider | 
| Classes in org.hibernate.service.jdbc.connections.spi that implement Wrapped | |
|---|---|
|  class | AbstractMultiTenantConnectionProvider | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||