Uses of Interface
org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
Packages that use JtaPlatform
Package
Description
Internals for building StrategySelector
A range of container-specific implementations of
JtaPlatform
.An SPI for integrating with container-provided implementations of JTA.
Implementations of
TransactionCoordinator
based on 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 -
Uses of JtaPlatform in org.hibernate.engine.transaction.jta.platform.internal
Classes in org.hibernate.engine.transaction.jta.platform.internal that implement JtaPlatformModifier and TypeClassDescriptionclass
class
class
class
class
JtaPlatform definition for JBoss Application Server.class
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
JTA platform implementation for JOnASclass
class
JtaPlatform
implementation for JRun4 ASclass
The non-configured form of JTA platform.class
JtaPlatform
implementation for the OC4J (Oracle) AS.class
JtaPlatform
implementation for Orionclass
JtaPlatform
implementation for Resinclass
JtaPlatform
implementation for SAP NetWeaverclass
JtaPlatform
implementation for Sun ONE Application Server 7 and aboveclass
JtaPlatform
implementation for Weblogicclass
JTA platform implementation intended for use with WebSphere Application Server (WAS).class
JTA platform implementation for WebSphere (versions 4, 5.0 and 5.1)class
JTA platform implementation intended for use with WebSphere Liberty and OpenLibertyclass
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 JtaPlatformModifier and TypeMethodDescriptionprotected @Nullable JtaPlatform
JtaPlatformInitiator.getFallbackProvider
(Map<?, ?> configurationValues, ServiceRegistryImplementor registry) @Nullable JtaPlatform
JtaPlatformInitiator.initiateService
(Map<String, Object> configurationValues, ServiceRegistryImplementor registry) StandardJtaPlatformResolver.resolveJtaPlatform
(Map configurationValues, ServiceRegistryImplementor registry) Methods in org.hibernate.engine.transaction.jta.platform.internal that return types with arguments of type JtaPlatform -
Uses of JtaPlatform in org.hibernate.engine.transaction.jta.platform.spi
Methods in org.hibernate.engine.transaction.jta.platform.spi that return JtaPlatformModifier and TypeMethodDescriptionJtaPlatformProvider.getProvidedJtaPlatform()
Retrieve the JtaPlatform provided by this environment.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 JtaPlatformModifierConstructorDescriptionJtaTransactionCoordinatorImpl
(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 JtaPlatformModifier and TypeClassDescriptionclass
A test-specific implementation of the JtaPlatform contract for testing JTA-based functionality.