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

Packages that use Configurable
org.hibernate.ejb.connection   
org.hibernate.engine.jdbc.batch.internal   
org.hibernate.engine.jdbc.internal   
org.hibernate.service.jdbc.connections.internal   
org.hibernate.service.jta.platform.internal   
org.hibernate.testing.jta   
 

Uses of Configurable in org.hibernate.ejb.connection
 

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

Classes in org.hibernate.engine.jdbc.batch.internal that implement Configurable
 class BatchBuilderImpl
          A builder for Batch instances.
 

Uses of Configurable in org.hibernate.engine.jdbc.internal
 

Classes in org.hibernate.engine.jdbc.internal that implement Configurable
 class JdbcServicesImpl
          Standard implementation of the JdbcServices contract
 

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

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

Classes in org.hibernate.service.jta.platform.internal that implement Configurable
 class AbstractJtaPlatform
           
 class BitronixJtaPlatform
           
 class BorlandEnterpriseServerJtaPlatform
           
 class JBossAppServerJtaPlatform
          JtaPlatform definition for JBoss Application Server.
 class JBossStandAloneJtaPlatform
          Return a standalone JTA transaction manager for JBoss Transactions Known to work for org.jboss.jbossts:jbossjta:4.9.0.GA
 class JOnASJtaPlatform
          JTA platform implementation for JOnAS
 class JOTMJtaPlatform
           
 class JRun4JtaPlatform
          JtaPlatform implementation for JRun4 AS
 class OC4JJtaPlatform
          JtaPlatform implementation for the OC4J (Oracle) AS.
 class OrionJtaPlatform
          JtaPlatform implementation for Orion
 class ResinJtaPlatform
          JtaPlatform implementation for Resin
 class SunOneJtaPlatform
          JtaPlatform implementation for Sun ONE Application Server 7 and above
 class TransactionManagerLookupBridge
           
 class WeblogicJtaPlatform
          JtaPlatform implementation for Weblogic
 class WebSphereExtendedJtaPlatform
          JTA platform implementation intended for use with WebSphere Application Server (WAS).
 class WebSphereJtaPlatform
          JTA platform implementation for WebSphere (versions 4, 5.0 and 5.1)
 

Uses of Configurable in org.hibernate.testing.jta
 

Classes in org.hibernate.testing.jta that implement Configurable
 class JtaAwareConnectionProviderImpl
          A DataSource implementation intended for testing Hibernate/JTA interaction.
 class TestingJtaPlatformImpl
          A test-specific implementation of the JtaPlatform contract for testing JTA-based functionality.
 



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