Package | Description |
---|---|
javax.transaction | |
org.hibernate.cache.infinispan.impl | |
org.hibernate.service.jta.platform.internal | |
org.hibernate.service.jta.platform.spi | |
org.hibernate.transaction |
This package abstracts the underlying transaction mechanism
(JTA or JDBC) and provides strategies for obtaining application
server TransactionManagers.
|
Modifier and Type | Method and Description |
---|---|
Transaction |
TransactionManager.getTransaction()
Get the transaction associated with the calling thread.
|
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 |
TransactionManager.resume(Transaction tobj)
Resume the association of the calling thread with the given
transaction.
|
Modifier and Type | Method and Description |
---|---|
Transaction |
BaseRegion.suspend()
Tell the TransactionManager to suspend any ongoing transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseRegion.resume(Transaction tx)
Tell the TransactionManager to resume the given transaction
|
Modifier and Type | Class and Description |
---|---|
class |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter |
Modifier and Type | Method and Description |
---|---|
Transaction |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.getTransaction() |
Transaction |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.suspend() |
Modifier and Type | Method and Description |
---|---|
Object |
WebSphereExtendedJtaPlatform.getTransactionIdentifier(Transaction transaction) |
Object |
TransactionManagerLookupBridge.getTransactionIdentifier(Transaction transaction) |
Object |
NoJtaPlatform.getTransactionIdentifier(Transaction transaction) |
Object |
AbstractJtaPlatform.getTransactionIdentifier(Transaction transaction) |
void |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.resume(Transaction txn) |
Modifier and Type | Method and Description |
---|---|
Object |
JtaPlatform.getTransactionIdentifier(Transaction transaction)
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
|
Modifier and Type | Method and Description |
---|---|
Object |
TransactionManagerLookup.getTransactionIdentifier(Transaction transaction)
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.