
io.permazen.core.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of permazen-core Show documentation
Show all versions of permazen-core Show documentation
Permazen core API classes which provide objects, fields, indexes, queries, and schema management on top of a key/value store.
The newest version!
/*
* Copyright (C) 2015 Archie L. Cobbs. All rights reserved.
*/
/**
* 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 {@link io.permazen.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 {@link io.permazen.kv key/value store} layer.
*
* @see io.permazen
* @see io.permazen.kv
* @see The Permazen Project
*/
package io.permazen.core;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy