Package | Description |
---|---|
javax.transaction | |
org.hibernate.ejb.internal | |
org.hibernate.engine.transaction.synchronization.spi | |
org.hibernate.envers.internal | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.service.jta.platform.internal | |
org.hibernate.service.jta.platform.spi | |
org.jboss.jbossts.txbridge.inbound |
Modifier and Type | Method and Description |
---|---|
void |
UserTransaction.begin()
Starts a new transaction, and associate it with the calling thread.
|
void |
TransactionManager.begin()
Starts a new transaction, and associate it with the calling thread.
|
void |
UserTransaction.commit()
Commit the transaction associated with the calling thread.
|
void |
TransactionManager.commit()
Commit the transaction associated with the calling thread.
|
void |
Transaction.commit()
Attempt to commit this transaction.
|
boolean |
Transaction.delistResource(XAResource xaRes,
int flag)
Delist an XA resource from this transaction.
|
boolean |
Transaction.enlistResource(XAResource xaRes)
Enlist an XA resource with this transaction.
|
int |
UserTransaction.getStatus()
Get the status of the transaction associated with the calling thread.
|
int |
TransactionManager.getStatus()
Get the status of the transaction associated with the calling thread.
|
int |
Transaction.getStatus()
Get the status of the transaction.
|
Transaction |
TransactionManager.getTransaction()
Get the transaction associated with the calling thread.
|
void |
Transaction.registerSynchronization(Synchronization sync)
Register a
Synchronization callback with this transaction. |
void |
TransactionManager.resume(Transaction tobj)
Resume the association of the calling thread with the given
transaction.
|
void |
UserTransaction.rollback()
Rolls back the transaction associated with the calling thread.
|
void |
TransactionManager.rollback()
Rolls back the transaction associated with the calling thread.
|
void |
Transaction.rollback()
Rolls back this transaction.
|
void |
UserTransaction.setRollbackOnly()
Mark the transaction associated with the calling thread for rollback
only.
|
void |
TransactionManager.setRollbackOnly()
Mark the transaction associated with the calling thread for rollback
only.
|
void |
Transaction.setRollbackOnly()
Mark the transaction so that the only possible outcome is a rollback.
|
void |
UserTransaction.setTransactionTimeout(int seconds)
Change the transaction timeout for transactions started by the calling
thread with the
UserTransaction.begin() method. |
void |
TransactionManager.setTransactionTimeout(int seconds)
Change the transaction timeout for transactions started by the calling
thread with the
TransactionManager.begin() method. |
Transaction |
TransactionManager.suspend()
Suspend the association the calling thread has to a transaction,
and return the suspended transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityManagerMessageLogger_$logger.unableToSetTransactionToRollbackOnly(SystemException arg0) |
Modifier and Type | Method and Description |
---|---|
RuntimeException |
ExceptionMapper.mapStatusCheckFailure(String message,
SystemException systemException)
Map a JTA
SystemException to the appropriate runtime-based exception. |
Modifier and Type | Method and Description |
---|---|
void |
EnversMessageLogger_$logger.unableToSetTransactionToRollbackOnly(SystemException arg0) |
Modifier and Type | Method and Description |
---|---|
void |
CoreMessageLogger_$logger.unableToSetTransactionToRollbackOnly(SystemException e) |
void |
CoreMessageLogger.unableToSetTransactionToRollbackOnly(SystemException e) |
Modifier and Type | Method and Description |
---|---|
void |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.begin() |
int |
NoJtaPlatform.getCurrentStatus() |
int |
AbstractJtaPlatform.getCurrentStatus() |
int |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.getStatus() |
Transaction |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.getTransaction() |
void |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter.registerSynchronization(Synchronization synchronization) |
Modifier and Type | Method and Description |
---|---|
int |
JtaPlatform.getCurrentStatus()
Obtain the current transaction status using whatever means is preferred for this platform
|
Modifier and Type | Method and Description |
---|---|
static InboundBridge |
InboundBridgeManager.getInboundBridge()
Return an InboundBridge instance that maps the current Thread's WS transaction context
to a JTA context.
|
void |
InboundBridge.setRollbackOnly() |
void |
InboundBridge.start()
Associate the JTA transaction to the current Thread.
|
void |
InboundBridge.stop()
Disassociate the JTA transaction from the current Thread.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.