Package org.dizitart.no2.repository
-
Interface Summary Interface Description Cursor<T> An interface to iterate overObjectRepository.find()results.EntityDecorator<T> An interface that can be used to implement a decorator for an entity class of typeT, where annotating the class withEntityand its friends is not possible.ObjectRepository<T> Represents a type-safe persistent java object collection. -
Class Summary Class Description EntityId Represents the unique identifier for an entity in anObjectRepository.EntityIndex Represents an index for an entity in the Nitrite database.