Package org.pipservices3.data.persistence
package org.pipservices3.data.persistence
-
ClassesClassDescriptionAbstract persistence component that stores data in flat files and caches them in memory.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.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.Persistence component that loads and saves data from/to flat file.Abstract persistence component that stores data in memory.