Uses of Class
io.permazen.core.Database
Package
Description
Abstraction layer allowing access to a
Database
using normal Java objects.Components that support integrating Permazen into a Java Console Toolkit console.
Classes for parsing command line flags in order to configure a Permazen command line interface (CLI) session.
Core classes for the Permazen Java persistence layer.
-
Uses of Database in io.permazen
Modifier and TypeMethodDescriptionPermazen.getDatabase()
Get the core APIDatabase
underlying this instance.PermazenConfig.getDatabase()
Get the underlyingDatabase
to be used. -
Uses of Database in io.permazen.cli
Modifier and TypeFieldDescriptionprotected final Database
PermazenExec.db
protected final Database
PermazenShell.db
ModifierConstructorDescriptionPermazenExec
(Database db) PermazenExec
(KVDatabase kvdb, Database db, Permazen pdb) General constructor.PermazenShell
(KVDatabase kvdb, Database db, Permazen pdb) General constructor.Constructor forSessionMode.CORE_API
. -
Uses of Database in io.permazen.cli.config
-
Uses of Database in io.permazen.core
Modifier and TypeMethodDescriptionTransaction.getDatabase()
Get the database with which this transaction is associated.Modifier and TypeMethodDescriptionTransactionConfig.newTransaction
(Database db) Convenience method that uses this instance to create a new transaction in the given database.