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

Packages that use Stoppable
org.hibernate.ejb.connection   
org.hibernate.service.jdbc.connections.internal   
org.hibernate.service.jdbc.connections.spi   
org.hibernate.service.jmx.internal   
org.hibernate.testing.jta   
 

Uses of Stoppable in org.hibernate.ejb.connection
 

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

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

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

Classes in org.hibernate.service.jdbc.connections.spi that implement Stoppable
 class DataSourceBasedMultiTenantConnectionProviderImpl
          A concrete implementation of the MultiTenantConnectionProvider contract bases on a number of reasonable assumptions.
 

Uses of Stoppable in org.hibernate.service.jmx.internal
 

Classes in org.hibernate.service.jmx.internal that implement Stoppable
 class JmxServiceImpl
          Standard implementation of JMX services
 

Uses of Stoppable in org.hibernate.testing.jta
 

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



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