Uses of Interface
org.pipservices3.data.IWriter
Packages that use IWriter
-
Uses of IWriter in org.pipservices3.data.persistence
Classes in org.pipservices3.data.persistence that implement IWriterModifier 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.