Package io.permazen.core


package io.permazen.core
Core classes for the Permazen Java persistence layer.

The classes in this package implement the Permazen core API. The core API layer can function entirely independently from the annotation-based Permazen Java object model layer; the latter is implemented on top of these classes. In turn, the core API layer is implemented on top of the key/value store layer.

See Also: