Uses of Class
io.permazen.core.TransactionConfig
Package
Description
Abstraction layer allowing access to a
Database
using normal Java objects.Components that support integrating Permazen into a Java Console Toolkit console.
Core classes for the Permazen Java persistence layer.
-
Uses of TransactionConfig in io.permazen
Modifier and TypeMethodDescriptionprotected TransactionConfig
Permazen.buildTransactionConfig
(Map<String, ?> kvoptions) Build theTransactionConfig
for a new core API transaction. -
Uses of TransactionConfig in io.permazen.cli
Modifier and TypeMethodDescriptiondefault TransactionConfig
Session.TransactionalAction.getTransactionConfig
(Session session) Get the configuration for the new Core API transaction.Session.newTransactionConfig()
Build a new Core APITransactionConfig
based on this instance. -
Uses of TransactionConfig in io.permazen.core
Modifier and TypeMethodDescriptionTransactionConfig.Builder.build()
Create a newTransactionConfig
from this instance.Modifier and TypeMethodDescriptionDatabase.createDetachedTransaction
(KVStore kvstore, TransactionConfig txConfig) Create a detached transaction based on the provided key/value store.Database.createTransaction
(TransactionConfig txConfig) Create a newTransaction
on this database using the specific configuration.Database.createTransaction
(KVTransaction kvt, TransactionConfig txConfig) Create a newTransaction
on this database using an already-openedKVTransaction
and specified configuration.