Uses of Class
io.permazen.core.CompositeIndex
Packages that use 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
Methods in io.permazen that return CompositeIndex -
Uses of CompositeIndex in io.permazen.core
Methods in io.permazen.core that return CompositeIndexModifier and TypeMethodDescriptionObjType.getCompositeIndex
(String name) Get theCompositeIndex
associated with this instance with the given name.Methods in io.permazen.core that return types with arguments of type CompositeIndexModifier 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.Methods in io.permazen.core with parameters of type CompositeIndexModifier and TypeMethodDescriptiondefault R
IndexSwitch.caseCompositeIndex
(CompositeIndex index) Handle aCompositeIndex
. -
Uses of CompositeIndex in io.permazen.jsck
Methods in io.permazen.jsck with parameters of type CompositeIndex