Interface TransactionBatch
- All Superinterfaces:
AutoCloseable,Batch
- All Known Implementing Classes:
TransactionalBatch
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.wildfly.clustering.ee.Batch
Batch.State -
Method Summary
Modifier and TypeMethodDescriptionjakarta.transaction.TransactionReturns the transaction associated with this batchReturns an interposed batch.
-
Method Details
-
getTransaction
jakarta.transaction.Transaction getTransaction()Returns the transaction associated with this batch- Returns:
- a transaction
-
interpose
TransactionBatch interpose()Returns an interposed batch.
-