Uses of Interface
io.permazen.index.Index3
Package
Description
Abstraction layer allowing access to a
Database
using normal Java objects.Core classes for the Permazen Java persistence layer.
Permazen index classes.
-
Uses of Index3 in io.permazen
-
Uses of Index3 in io.permazen.core
Modifier and TypeClassDescriptionclass
CoreIndex3<V1,
V2, V3, T> Core APIIndex3
implementation representing a composite index on three fields. -
Uses of Index3 in io.permazen.index
Modifier and TypeMethodDescriptionIndex4.asIndex3()
Get the prefix of this instance that only includes the first four indexed fields.Index3.withTargetBounds
(Bounds<T> bounds) ImposeBounds
that restrict the range of the target value.Index3.withValue1Bounds
(Bounds<V1> bounds) ImposeBounds
that restrict the range of the first indexed value.Index3.withValue2Bounds
(Bounds<V2> bounds) ImposeBounds
that restrict the range of the second indexed value.Index3.withValue3Bounds
(Bounds<V3> bounds) ImposeBounds
that restrict the range of the third indexed value.Modifier and TypeMethodDescriptionIndex4.asMapOfIndex3()
View this index as aNavigableMap
ofIndex3
s keyed by the first value.