Uses of Package
org.h2.log

Packages that use org.h2.log
org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package. 
org.h2.log Undo and redo log implementation. 
org.h2.store Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa. 
 

Classes in org.h2.log used by org.h2.engine
LogSystem
          The transaction log system is responsible for the write ahead log mechanism used in this database.
 

Classes in org.h2.log used by org.h2.log
InDoubtTransaction
          Represents an in-doubt transaction (a transaction in the prepare phase).
LogFile
          Each transaction log file contains a number of log records.
UndoLogRecord
          An entry in a undo log.
 

Classes in org.h2.log used by org.h2.store
InDoubtTransaction
          Represents an in-doubt transaction (a transaction in the prepare phase).