Uses of Interface
io.permazen.index.Index4
Packages that use 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
Methods in io.permazen that return Index4 -
Uses of Index4 in io.permazen.core
Classes in io.permazen.core that implement Index4Modifier and TypeClassDescriptionclassCoreIndex4<V1,V2, V3, V4, T> Core APIIndex4implementation representing a composite index on four fields. -
Uses of Index4 in io.permazen.index
Methods in io.permazen.index that return Index4Modifier and TypeMethodDescriptionIndex4.withTargetBounds(Bounds<T> bounds) ImposeBoundsthat restrict the range of the target value.Index4.withValue1Bounds(Bounds<V1> bounds) ImposeBoundsthat restrict the range of the first indexed value.Index4.withValue2Bounds(Bounds<V2> bounds) ImposeBoundsthat restrict the range of the second indexed value.Index4.withValue3Bounds(Bounds<V3> bounds) ImposeBoundsthat restrict the range of the third indexed value.Index4.withValue4Bounds(Bounds<V4> bounds) ImposeBoundsthat restrict the range of the fourth indexed value.