Uses of Class
io.permazen.Permazen
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.
Spring Framework integration classes.
-
Uses of Permazen in io.permazen
Modifier and TypeMethodDescriptionPermazenTransaction.getPermazen()
Get thePermazen
associated with this instance.PermazenConfig.newPermazen()
Convenience method that uses this instance to create a newPermazen
instance. -
Uses of Permazen in io.permazen.cli
Modifier and TypeFieldDescriptionprotected final Permazen
PermazenExec.pdb
protected final Permazen
PermazenShell.pdb
ModifierConstructorDescriptionPermazenExec
(KVDatabase kvdb, Database db, Permazen pdb) General constructor.PermazenExec
(Permazen pdb) PermazenShell
(KVDatabase kvdb, Database db, Permazen pdb) General constructor.PermazenShell
(Permazen pdb) Constructor forSessionMode.PERMAZEN
. -
Uses of Permazen in io.permazen.cli.config
-
Uses of Permazen in io.permazen.spring
Modifier and TypeFieldDescriptionprotected Permazen
PermazenTransactionManager.pdb
The configuredPermazen
from which transactions are created.Modifier and TypeMethodDescriptionvoid
PermazenTransactionManager.setPermazen
(Permazen pdb) Configure thePermazen
that this instance will operate on.ModifierConstructorDescriptionConstructor.DetachedPermazenTransactionHttpMessageConverter
(Permazen pdb, MediaType... supportedMediaTypes) Constructor.Constructor.PermazenObjectHttpMessageConverter
(Permazen pdb, MediaType... supportedMediaTypes) Constructor.