Package org.h2.mvstore.tx
package org.h2.mvstore.tx
Helper classes to use the MVStore in a transactional manner.
-
ClassDescriptionA transaction.TransactionMap<K,
V> A map that supports transactions.TransactionMap.TMIterator<K,V, X> A store that supports concurrent MVCC read-committed transactions.A change in a map.This listener can be registered with the transaction to be notified of every compensating change during transaction rollback.VersionedValueType<T,D> The value type for a versioned value.