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

Packages that use ServiceRegistryAwareService
org.hibernate.engine.jdbc.internal   
org.hibernate.id.factory.internal   
org.hibernate.persister.internal   
org.hibernate.service.jta.platform.internal   
 

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

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

Uses of ServiceRegistryAwareService in org.hibernate.id.factory.internal
 

Classes in org.hibernate.id.factory.internal that implement ServiceRegistryAwareService
 class DefaultIdentifierGeneratorFactory
          Basic templated support for IdentifierGeneratorFactory implementations.
 

Uses of ServiceRegistryAwareService in org.hibernate.persister.internal
 

Classes in org.hibernate.persister.internal that implement ServiceRegistryAwareService
 class PersisterFactoryImpl
          The standard Hibernate PersisterFactory implementation
 

Uses of ServiceRegistryAwareService in org.hibernate.service.jta.platform.internal
 

Classes in org.hibernate.service.jta.platform.internal that implement ServiceRegistryAwareService
 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)
 



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