Uses of Interface
org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
-
Packages that use JtaPlatform Package Description org.hibernate.boot.registry.selector.internal Internals for building StrategySelectororg.hibernate.engine.transaction.jta.platform.internal A range of container-specific implementations ofJtaPlatform.org.hibernate.engine.transaction.jta.platform.spi An SPI for integrating with container-provided implementations of JTA.org.hibernate.resource.transaction.backend.jta.internal org.hibernate.testing.jta -
-
Uses of JtaPlatform in org.hibernate.boot.registry.selector.internal
Methods in org.hibernate.boot.registry.selector.internal that return types with arguments of type JtaPlatform Modifier and Type Method Description Class<? extends JtaPlatform>DefaultJtaPlatformSelector. resolve(String name) -
Uses of JtaPlatform in org.hibernate.engine.transaction.jta.platform.internal
Classes in org.hibernate.engine.transaction.jta.platform.internal that implement JtaPlatform Modifier and Type Class Description classAbstractJtaPlatformclassAtomikosJtaPlatformclassBitronixJtaPlatformclassBorlandEnterpriseServerJtaPlatformclassJBossAppServerJtaPlatformJtaPlatform definition for JBoss Application Server.classJBossStandAloneJtaPlatformReturn a standalone JTA transaction manager for JBoss (Arjuna) Transactions or WildFly transaction client Known to work for org.jboss.jbossts:jbossjta:4.9.0.GA as well as WildFly 11+classJOnASJtaPlatformJTA platform implementation for JOnASclassJOTMJtaPlatformclassJRun4JtaPlatformJtaPlatformimplementation for JRun4 ASclassNoJtaPlatformThe non-configured form of JTA platform.classOC4JJtaPlatformJtaPlatformimplementation for the OC4J (Oracle) AS.classOrionJtaPlatformJtaPlatformimplementation for OrionclassResinJtaPlatformJtaPlatformimplementation for ResinclassSapNetWeaverJtaPlatformJtaPlatformimplementation for SAP NetWeaverclassSunOneJtaPlatformJtaPlatformimplementation for Sun ONE Application Server 7 and aboveclassWeblogicJtaPlatformJtaPlatformimplementation for WeblogicclassWebSphereExtendedJtaPlatformJTA platform implementation intended for use with WebSphere Application Server (WAS).classWebSphereJtaPlatformJTA platform implementation for WebSphere (versions 4, 5.0 and 5.1)classWebSphereLibertyJtaPlatformJTA platform implementation intended for use with WebSphere Liberty and OpenLibertyclassWildFlyStandAloneJtaPlatformReturn a standalone JTA transaction manager for WildFly transaction client Known to work for WildFly 13+Methods in org.hibernate.engine.transaction.jta.platform.internal that return JtaPlatform Modifier and Type Method Description protected JtaPlatformJtaPlatformInitiator. getFallbackProvider(Map<?,?> configurationValues, ServiceRegistryImplementor registry)JtaPlatformJtaPlatformInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)JtaPlatformStandardJtaPlatformResolver. resolveJtaPlatform(Map configurationValues, ServiceRegistryImplementor registry)Methods in org.hibernate.engine.transaction.jta.platform.internal that return types with arguments of type JtaPlatform Modifier and Type Method Description Class<JtaPlatform>JtaPlatformInitiator. getServiceInitiated() -
Uses of JtaPlatform in org.hibernate.engine.transaction.jta.platform.spi
Methods in org.hibernate.engine.transaction.jta.platform.spi that return JtaPlatform Modifier and Type Method Description JtaPlatformJtaPlatformProvider. getProvidedJtaPlatform()Retrieve the JtaPlatform provided by this environment.JtaPlatformJtaPlatformResolver. resolveJtaPlatform(Map configurationValues, ServiceRegistryImplementor registry) -
Uses of JtaPlatform in org.hibernate.resource.transaction.backend.jta.internal
Constructors in org.hibernate.resource.transaction.backend.jta.internal with parameters of type JtaPlatform Constructor Description JtaTransactionCoordinatorImpl(TransactionCoordinatorBuilder transactionCoordinatorBuilder, TransactionCoordinatorOwner owner, boolean autoJoinTransactions, JtaPlatform jtaPlatform, boolean preferUserTransactions, boolean performJtaThreadTracking, TransactionObserver... observers) -
Uses of JtaPlatform in org.hibernate.testing.jta
Classes in org.hibernate.testing.jta that implement JtaPlatform Modifier and Type Class Description classTestingJtaPlatformImplA test-specific implementation of the JtaPlatform contract for testing JTA-based functionality.
-