Uses of Interface
org.hibernate.service.jdbc.connections.spi.ConnectionProvider

Packages that use ConnectionProvider
org.hibernate.ejb.connection   
org.hibernate.engine.jdbc.internal   
org.hibernate.engine.jdbc.spi   
org.hibernate.engine.spi   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
org.hibernate.service.jdbc.connections.internal   
org.hibernate.service.jdbc.connections.spi   
org.hibernate.testing.jta   
 

Uses of ConnectionProvider in org.hibernate.ejb.connection
 

Classes in org.hibernate.ejb.connection that implement ConnectionProvider
 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 ConnectionProvider in org.hibernate.engine.jdbc.internal
 

Methods in org.hibernate.engine.jdbc.internal that return ConnectionProvider
 ConnectionProvider JdbcServicesImpl.getConnectionProvider()
           
 

Uses of ConnectionProvider in org.hibernate.engine.jdbc.spi
 

Methods in org.hibernate.engine.jdbc.spi that return ConnectionProvider
 ConnectionProvider JdbcServices.getConnectionProvider()
          Deprecated. See deprecation notice on SessionFactoryImplementor.getConnectionProvider() for details
 

Uses of ConnectionProvider in org.hibernate.engine.spi
 

Methods in org.hibernate.engine.spi that return ConnectionProvider
 ConnectionProvider SessionFactoryImplementor.getConnectionProvider()
          Deprecated. Access to connections via JdbcConnectionAccess should be preferred over access via ConnectionProvider, whenever possible. JdbcConnectionAccess is tied to the Hibernate Session to properly account for contextual information. See SessionImplementor.getJdbcConnectionAccess()
 

Uses of ConnectionProvider in org.hibernate.internal
 

Methods in org.hibernate.internal that return ConnectionProvider
 ConnectionProvider SessionFactoryImpl.getConnectionProvider()
           
 

Uses of ConnectionProvider in org.hibernate.service.jdbc.connections.internal
 

Classes in org.hibernate.service.jdbc.connections.internal that implement ConnectionProvider
 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
 

Methods in org.hibernate.service.jdbc.connections.internal that return ConnectionProvider
 ConnectionProvider ConnectionProviderInitiator.initiateService(Map configurationValues, ServiceRegistryImplementor registry)
           
 

Methods in org.hibernate.service.jdbc.connections.internal that return types with arguments of type ConnectionProvider
 Class<ConnectionProvider> ConnectionProviderInitiator.getServiceInitiated()
           
 

Uses of ConnectionProvider in org.hibernate.service.jdbc.connections.spi
 

Methods in org.hibernate.service.jdbc.connections.spi that return ConnectionProvider
protected abstract  ConnectionProvider AbstractMultiTenantConnectionProvider.getAnyConnectionProvider()
           
protected abstract  ConnectionProvider AbstractMultiTenantConnectionProvider.selectConnectionProvider(String tenantIdentifier)
           
 

Uses of ConnectionProvider in org.hibernate.testing.jta
 

Classes in org.hibernate.testing.jta that implement ConnectionProvider
 class JtaAwareConnectionProviderImpl
          A DataSource implementation intended for testing Hibernate/JTA interaction.
 



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