Class TransactionalBatch<E extends RuntimeException>

java.lang.Object
org.wildfly.clustering.cache.infinispan.batch.TransactionalBatch<E>
All Implemented Interfaces:
AutoCloseable, Batch, TransactionBatch

public class TransactionalBatch<E extends RuntimeException> extends Object implements TransactionBatch
Abstract TransactionBatch that associates and exposes the underlying transaction.
Author:
Paul Ferraro