Uses of Interface
io.permazen.index.Index4
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 Index4 in io.permazen
-
Uses of Index4 in io.permazen.core
Modifier and TypeClassDescriptionclass
CoreIndex4<V1,
V2, V3, V4, T> Core APIIndex4
implementation representing a composite index on four fields. -
Uses of Index4 in io.permazen.index
Modifier and TypeMethodDescriptionIndex4.withTargetBounds
(Bounds<T> bounds) ImposeBounds
that restrict the range of the target value.Index4.withValue1Bounds
(Bounds<V1> bounds) ImposeBounds
that restrict the range of the first indexed value.Index4.withValue2Bounds
(Bounds<V2> bounds) ImposeBounds
that restrict the range of the second indexed value.Index4.withValue3Bounds
(Bounds<V3> bounds) ImposeBounds
that restrict the range of the third indexed value.Index4.withValue4Bounds
(Bounds<V4> bounds) ImposeBounds
that restrict the range of the fourth indexed value.