Uses of Interface
org.h2.mvstore.tx.TransactionStore.RollbackListener
Packages that use TransactionStore.RollbackListener
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 a transactional manner.
-
Uses of TransactionStore.RollbackListener in org.h2.engine
Classes in org.h2.engine that implement TransactionStore.RollbackListenerModifier and TypeClassDescriptionfinal classA session represents an embedded database connection. -
Uses of TransactionStore.RollbackListener in org.h2.mvstore.tx
Methods in org.h2.mvstore.tx with parameters of type TransactionStore.RollbackListenerModifier and TypeMethodDescriptionTransactionStore.begin(TransactionStore.RollbackListener listener, int timeoutMillis, int ownerId, IsolationLevel isolationLevel) Begin a new transaction.voidTransactionStore.init(TransactionStore.RollbackListener listener) Initialize the store.