Uses of Interface
org.pipservices3.data.IPartialUpdater
Packages that use IPartialUpdater
-
Uses of IPartialUpdater in org.pipservices3.data.persistence
Classes in org.pipservices3.data.persistence that implement IPartialUpdaterModifier and TypeClassDescriptionclass
IdentifiableFilePersistence<T extends org.pipservices3.commons.data.IIdentifiable<K>,
K> Abstract persistence component that stores data in flat files and implements a number of CRUD operations over data items with unique ids.class
IdentifiableMemoryPersistence<T extends org.pipservices3.commons.data.IIdentifiable<K>,
K> Abstract persistence component that stores data in memory and implements a number of CRUD operations over data items with unique ids.