Uses of Class
io.permazen.core.CompositeIndex
Package
Description
Abstraction layer allowing access to a
Database
using normal Java objects.Core classes for the Permazen Java persistence layer.
Classes associated with
Jsck
, the Permazen key/value database consistency checker.-
Uses of CompositeIndex in io.permazen
-
Uses of CompositeIndex in io.permazen.core
Modifier and TypeMethodDescriptionObjType.getCompositeIndex
(String name) Get theCompositeIndex
associated with this instance with the given name.Modifier and TypeMethodDescriptionObjType.getCompositeIndexes()
Get all composite indexes associated with this object type keyed by name.SimpleField.getCompositeIndexes()
Get theCompositeIndex
s that contain this field, if any.Modifier and TypeMethodDescriptiondefault R
IndexSwitch.caseCompositeIndex
(CompositeIndex index) Handle aCompositeIndex
. -
Uses of CompositeIndex in io.permazen.jsck