Uses of Class
io.permazen.Permazen
Packages that use 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
Methods in io.permazen that return PermazenModifier and TypeMethodDescriptionPermazenTransaction.getPermazen()Get thePermazenassociated with this instance.PermazenConfig.newPermazen()Convenience method that uses this instance to create a newPermazeninstance. -
Uses of Permazen in io.permazen.cli
Fields in io.permazen.cli declared as PermazenModifier and TypeFieldDescriptionprotected final PermazenPermazenExec.pdbprotected final PermazenPermazenShell.pdbMethods in io.permazen.cli that return PermazenConstructors in io.permazen.cli with parameters of type PermazenModifierConstructorDescriptionPermazenExec(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
Fields in io.permazen.cli.config declared as PermazenMethods in io.permazen.cli.config that return Permazen -
Uses of Permazen in io.permazen.spring
Fields in io.permazen.spring declared as PermazenModifier and TypeFieldDescriptionprotected PermazenPermazenTransactionManager.pdbThe configuredPermazenfrom which transactions are created.Methods in io.permazen.spring with parameters of type PermazenModifier and TypeMethodDescriptionvoidPermazenTransactionManager.setPermazen(Permazen pdb) Configure thePermazenthat this instance will operate on.Constructors in io.permazen.spring with parameters of type PermazenModifierConstructorDescriptionConstructor.DetachedPermazenTransactionHttpMessageConverter(Permazen pdb, MediaType... supportedMediaTypes) Constructor.Constructor.PermazenObjectHttpMessageConverter(Permazen pdb, MediaType... supportedMediaTypes) Constructor.