Package org.dizitart.no2.common
-
Interface Summary Interface Description PersistentCollection<T> A persistent collection interface that provides methods to manage and manipulate data in a Nitrite database.RecordStream<T> An interface representing a stream of records of type T.WriteResult An interface to represent the result of a write operation in Nitrite database. -
Class Summary Class Description Fields Represents a collection of document field names and provides methods for manipulating and comparing them.FieldValues Represents a collection of field-value pairs, with methods to retrieve values by field name.Lookup Represents lookup parameters in join operation of two collections.SortableFields Represents a collection of fields that can be sorted, with each field having a specified sort order. -
Enum Summary Enum Description SortOrder An enum is used to specify the sort order for sorting operations.