| Package | Description |
|---|---|
| javax.transaction |
Provides the API that defines the contract between the transaction
manager and the various parties involved in a distributed transaction
namely : resource manager, application, and application server.
|
| org.hibernate.engine.transaction.jta.platform.internal | |
| org.infinispan.commons.tx | |
| org.infinispan.transaction.tm |
Infinispan's bare-bones internal transaction manager, used for batching calls as well as as a dummy, unit-test-only
transaction manager.
|
| org.jboss.ejb._private |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionManager.begin()
Create a new transaction and associate it with the current thread.
|
void |
UserTransaction.begin()
Create a new transaction and associate it with the current thread.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.begin() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionManagerImpl.begin() |
| Modifier and Type | Method and Description |
|---|---|
void |
EmbeddedUserTransaction.begin() |
| Modifier and Type | Method and Description |
|---|---|
NotSupportedException |
Logs.txAlreadyAssociatedWithThread() |
NotSupportedException |
Logs_$logger.txAlreadyAssociatedWithThread() |
Copyright © 2025 JBoss by Red Hat. All rights reserved.