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 class
AbstractJtaPlatform
class
AtomikosJtaPlatform
class
BitronixJtaPlatform
class
BorlandEnterpriseServerJtaPlatform
class
JBossAppServerJtaPlatform
JtaPlatform definition for JBoss Application Server.class
JBossStandAloneJtaPlatform
Return 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+class
JOnASJtaPlatform
JTA platform implementation for JOnASclass
JOTMJtaPlatform
class
JRun4JtaPlatform
JtaPlatform
implementation for JRun4 ASclass
NoJtaPlatform
The non-configured form of JTA platform.class
OC4JJtaPlatform
JtaPlatform
implementation for the OC4J (Oracle) AS.class
OrionJtaPlatform
JtaPlatform
implementation for Orionclass
ResinJtaPlatform
JtaPlatform
implementation for Resinclass
SapNetWeaverJtaPlatform
JtaPlatform
implementation for SAP NetWeaverclass
SunOneJtaPlatform
JtaPlatform
implementation for Sun ONE Application Server 7 and aboveclass
WeblogicJtaPlatform
JtaPlatform
implementation for Weblogicclass
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)class
WebSphereLibertyJtaPlatform
JTA platform implementation intended for use with WebSphere Liberty and OpenLibertyclass
WildFlyStandAloneJtaPlatform
Return 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 JtaPlatform
JtaPlatformInitiator. getFallbackProvider(Map<?,?> configurationValues, ServiceRegistryImplementor registry)
JtaPlatform
JtaPlatformInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
JtaPlatform
StandardJtaPlatformResolver. 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 JtaPlatform
JtaPlatformProvider. getProvidedJtaPlatform()
Retrieve the JtaPlatform provided by this environment.JtaPlatform
JtaPlatformResolver. 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 class
TestingJtaPlatformImpl
A test-specific implementation of the JtaPlatform contract for testing JTA-based functionality.
-