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
JtaPlatform
implementation for Sun ONE Application Server 7 and aboveclass
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
The non-configured form of JTA platform.class
JtaPlatform
implementation for Resinclass
JtaPlatform
implementation for Weblogicclass
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)