Uses of Class
io.permazen.core.CoreIndex2
-
Packages that use CoreIndex2 Package Description io.permazen.core Core classes for the Permazen Java persistence layer. -
-
Uses of CoreIndex2 in io.permazen.core
Methods in io.permazen.core that return CoreIndex2 Modifier and Type Method Description CoreIndex2<V1,V2,V3>
CoreIndex3. asIndex2()
CoreIndex2<V1,V2,V3>
CoreIndex4. asIndex2()
CoreIndex2<V1,V2,T>
CoreIndex2. filter(int index, KeyFilter filter)
CoreIndex2<?,?,ObjId>
Transaction. queryCompositeIndex2(int storageId)
Access a composite index on two fields.CoreIndex2<?,ObjId,Integer>
Transaction. queryListElementIndex(int storageId)
Find all values stored as an element in the specifiedListField
and, for each such value, the set of all objects having that value as an element in the list and the corresponding list index.CoreIndex2<?,ObjId,?>
Transaction. queryMapValueIndex(int storageId)
Find all values stored as a value in the specifiedMapField
and, for each such value, the set of all objects having that value as a value in the map and the corresponding key.CoreIndex2<V1,V2,T>
CoreIndex2. withTargetBounds(Bounds<T> bounds)
CoreIndex2<V1,V2,T>
CoreIndex2. withValue1Bounds(Bounds<V1> bounds)
CoreIndex2<V1,V2,T>
CoreIndex2. withValue2Bounds(Bounds<V2> bounds)
-