Uses of Interface
com.pnfsoftware.jeb.core.dao.IFileDatabaseReader
Packages that use IFileDatabaseReader
Package
Description
Public data-access abstractions used by JEB engines to access file stores, persisted project
data, and related runtime data sources.
Public concrete implementations of the
core.dao abstractions, including in-memory and
filesystem-backed stores as well as JDB2 readers and writers.-
Uses of IFileDatabaseReader in com.pnfsoftware.jeb.core.dao
Methods in com.pnfsoftware.jeb.core.dao that return IFileDatabaseReaderModifier and TypeMethodDescriptionIFileDatabase.getDatabaseReader(String key) Get a database record reader. -
Uses of IFileDatabaseReader in com.pnfsoftware.jeb.core.dao.impl
Classes in com.pnfsoftware.jeb.core.dao.impl that implement IFileDatabaseReaderModifier and TypeClassDescriptionclassJDB2 (JEB saved project database) record reader.Methods in com.pnfsoftware.jeb.core.dao.impl that return IFileDatabaseReaderModifier and TypeMethodDescriptionJDB2Manager.getDatabaseReader(String key) ProjectFileStore.getDatabaseReader(String key)