Package com.pnfsoftware.jeb.core.dao.impl
package com.pnfsoftware.jeb.core.dao.impl
Public concrete implementations of the
core.dao abstractions, including in-memory and
filesystem-backed stores as well as JDB2 readers and writers.-
ClassesClassDescriptionSimple immutable implementation of
IDataProvider.Convenience base class forIDataProviderimplementations backed by protected fields.JEB database file ("*.jdb2") manager.JDB2 (JEB saved project database) record reader.Description of a JDB2 record located in a database file.JDB2 (JEB saved project database) record writer.In-memory implementation ofIFileStore.SimpleIFileDatabaseimplementation delegating blob storage operations to anIFileStore.Filesystem-backed implementation ofIFileStore.