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