Uses of Interface
com.pnfsoftware.jeb.core.dao.IFileDatabaseReader
Packages that use IFileDatabaseReader
Package
Description
Data Access Objects types used by the back-end engines to access artifact files, project files,
configuration files, and so on.
Simple implementations DAOs that can be instantiated by clients.
-
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 TypeClassDescriptionclass
JDB2 (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)