Uses of Interface
com.pnfsoftware.jeb.core.dao.IFileDatabaseWriter
Packages that use IFileDatabaseWriter
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 IFileDatabaseWriter in com.pnfsoftware.jeb.core.dao
Methods in com.pnfsoftware.jeb.core.dao that return IFileDatabaseWriterModifier and TypeMethodDescriptionIFileDatabase.getDatabaseWriter
(String key) Get a database record writer. -
Uses of IFileDatabaseWriter in com.pnfsoftware.jeb.core.dao.impl
Classes in com.pnfsoftware.jeb.core.dao.impl that implement IFileDatabaseWriterModifier and TypeClassDescriptionclass
JDB2 (JEB saved project database) record writer.Methods in com.pnfsoftware.jeb.core.dao.impl that return IFileDatabaseWriterModifier and TypeMethodDescriptionJDB2Manager.getDatabaseWriter
(String key) ProjectFileStore.getDatabaseWriter
(String key)