Uses of Class
io.permazen.core.DetachedTransaction
Package
Description
Abstraction layer allowing access to a
Database
using normal Java objects.Core classes for the Permazen Java persistence layer.
-
Uses of DetachedTransaction in io.permazen
Modifier and TypeMethodDescriptionDetachedPermazenTransaction.getTransaction()
Get theDetachedTransaction
associated with this instance. -
Uses of DetachedTransaction in io.permazen.core
Modifier and TypeMethodDescriptionDatabase.createDetachedTransaction
(KVStore kvstore, TransactionConfig txConfig) Create a detached transaction based on the provided key/value store.Transaction.createDetachedTransaction()
Create an in-memory detached transaction.Transaction.createSnapshotTransaction()
Create a detached transaction pre-populated with a snapshot of this transaction.