Uses of Class
io.permazen.kv.simple.XMLKVDatabase
Package
Description
A simple in-memory implementation of the
KVDatabase
interface.Spring Framework integration classes.
-
Uses of XMLKVDatabase in io.permazen.kv.simple
Modifier and TypeMethodDescriptionXMLKVImplementation.createKVDatabase
(XMLKVImplementation.Config config, KVDatabase kvdb, AtomicKVStore kvstore) -
Uses of XMLKVDatabase in io.permazen.spring
Modifier and TypeClassDescriptionclass
XMLKVDatabase
that adds support for loading the default initial content from any SpringResource
.