Uses of Interface
org.hibernate.service.spi.Wrapped

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 InjectedDataSourceConnectionProvider
          A specialization of DatasourceConnectionProviderImpl which uses the DataSource specified vi InjectedDataSourceConnectionProvider.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 C3P0ConnectionProvider
          A connection provider that uses a C3P0 connection pool.
 class DatasourceConnectionProviderImpl
          A ConnectionProvider that manages connections from an underlying DataSource.
 class DriverManagerConnectionProviderImpl
          A connection provider that uses the DriverManager directly to open connections and provides a very rudimentary connection pool.
 class ProxoolConnectionProvider
          A connection provider that uses a Proxool connection pool.
 class UserSuppliedConnectionProviderImpl
          An implementation of the ConnectionProvider interface 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 ConnectionProvider
          A contract for obtaining JDBC connections.
 interface MultiTenantConnectionProvider
           
 

Classes in org.hibernate.service.jdbc.connections.spi that implement Wrapped
 class AbstractMultiTenantConnectionProvider
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.