Uses of Class
io.permazen.kv.simple.SimpleKVDatabase
Package
Description
A simple in-memory implementation of the
KVDatabase
interface.Spring Framework integration classes.
-
Uses of SimpleKVDatabase in io.permazen.kv.simple
Modifier and TypeClassDescriptionclass
A simple in-memory implementation of theKVDatabase
interface.class
AMemoryKVDatabase
made persistent by storing its XML content in a file or customStreamRepository
.ModifierConstructorDescriptionprotected
SimpleKVTransaction
(SimpleKVDatabase kvdb, long timeout) Constructor. -
Uses of SimpleKVDatabase in io.permazen.spring
Modifier and TypeClassDescriptionclass
XMLKVDatabase
that adds support for loading the default initial content from any SpringResource
.