Uses of Package
org.h2.mvstore.tx
Packages that use org.h2.mvstore.tx
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
Helper classes to use the MVStore in the H2 database.
Helper classes to use the MVStore in a transactional manner.
-
Classes in org.h2.mvstore.tx used by org.h2.engineClassDescriptionA transaction.This listener can be registered with the transaction to be notified of every compensating change during transaction rollback.
-
Classes in org.h2.mvstore.tx used by org.h2.mvstore.dbClassDescriptionA transaction.A map that supports transactions.A store that supports concurrent MVCC read-committed transactions.
-
Classes in org.h2.mvstore.tx used by org.h2.mvstore.txClassDescriptionClass Record is a value for undoLog.Snapshot of the map root and committing transactions.A transaction.A map that supports transactions.The iterator for read uncommitted isolation level.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.Class TxDecisionMaker is a base implementation of MVMap.DecisionMaker to be used for TransactionMap modification.Class VersionedBitSet extends standard BitSet to add a version field.Class CommittedVersionedValue.