Uses of Interface
org.wildfly.clustering.ee.cache.tx.TransactionBatch
-
Packages that use TransactionBatch Package Description org.wildfly.clustering.ee.cache org.wildfly.clustering.ee.cache.tx -
-
Uses of TransactionBatch in org.wildfly.clustering.ee.cache
Methods in org.wildfly.clustering.ee.cache that return types with arguments of type TransactionBatch Modifier and Type Method Description Batcher<TransactionBatch>CacheConfiguration. getBatcher() -
Uses of TransactionBatch in org.wildfly.clustering.ee.cache.tx
Classes in org.wildfly.clustering.ee.cache.tx that implement TransactionBatch Modifier and Type Class Description classTransactionalBatch<E extends RuntimeException>AbstractTransactionBatchthat associates and exposes the underlying transaction.Methods in org.wildfly.clustering.ee.cache.tx that return TransactionBatch Modifier and Type Method Description TransactionBatchTransactionalBatcher. createBatch()TransactionBatchTransactionalBatch. interpose()TransactionBatchTransactionBatch. interpose()Returns an interposed batch.TransactionBatchTransactionalBatcher. suspendBatch()Methods in org.wildfly.clustering.ee.cache.tx with parameters of type TransactionBatch Modifier and Type Method Description BatchContextTransactionalBatcher. resumeBatch(TransactionBatch batch)
-