Uses of Interface
org.hibernate.service.jta.platform.spi.JtaPlatform

Packages that use JtaPlatform
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.engine.transaction.spi   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
org.hibernate.service.jta.platform.internal   
org.hibernate.testing.jta   
 

Uses of JtaPlatform in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return JtaPlatform
 JtaPlatform Settings.getJtaPlatform()
           
 

Uses of JtaPlatform in org.hibernate.engine.transaction.spi
 

Methods in org.hibernate.engine.transaction.spi that return JtaPlatform
 JtaPlatform TransactionEnvironment.getJtaPlatform()
          Retrieve the JTA platform for this environment.
protected  JtaPlatform AbstractTransactionImpl.jtaPlatform()
          Provide subclasses with convenient access to the configured JtaPlatform
 

Uses of JtaPlatform in org.hibernate.internal
 

Methods in org.hibernate.internal that return JtaPlatform
 JtaPlatform TransactionEnvironmentImpl.getJtaPlatform()
           
 

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

Classes in org.hibernate.service.jta.platform.internal that implement JtaPlatform
 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 NoJtaPlatform
          The non-configured form of JTA platform.
 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)
 

Methods in org.hibernate.service.jta.platform.internal that return JtaPlatform
 JtaPlatform JtaPlatformInitiator.initiateService(Map configurationValues, ServiceRegistryImplementor registry)
           
 

Methods in org.hibernate.service.jta.platform.internal that return types with arguments of type JtaPlatform
 Class<JtaPlatform> JtaPlatformInitiator.getServiceInitiated()
           
 

Uses of JtaPlatform in org.hibernate.testing.jta
 

Classes in org.hibernate.testing.jta that implement JtaPlatform
 class TestingJtaPlatformImpl
          A test-specific implementation of the JtaPlatform contract for testing JTA-based functionality.
 



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