Uses of Interface
org.dizitart.no2.common.PersistentCollection
-
Packages that use PersistentCollection Package Description org.dizitart.no2.collection org.dizitart.no2.common.processors org.dizitart.no2.repository -
-
Uses of PersistentCollection in org.dizitart.no2.collection
Subinterfaces of PersistentCollection in org.dizitart.no2.collection Modifier and Type Interface Description interfaceNitriteCollectionRepresents a named document collection stored in Nitrite database. -
Uses of PersistentCollection in org.dizitart.no2.common.processors
Methods in org.dizitart.no2.common.processors with parameters of type PersistentCollection Modifier and Type Method Description default voidProcessor. process(PersistentCollection<?> collection)Processes documents in a persistent collection, updates them,and saves the changes back to the collection. -
Uses of PersistentCollection in org.dizitart.no2.repository
Subinterfaces of PersistentCollection in org.dizitart.no2.repository Modifier and Type Interface Description interfaceObjectRepository<T>Represents a type-safe persistent java object collection.
-