Uses of Interface
com.pnfsoftware.jeb.core.dao.IApplicationDatabase
Packages that use IApplicationDatabase
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 IApplicationDatabase in com.pnfsoftware.jeb.core.dao
Methods in com.pnfsoftware.jeb.core.dao that return IApplicationDatabaseModifier and TypeMethodDescriptionIDataProvider.getApplicationDatabase()
Get the application database. -
Uses of IApplicationDatabase in com.pnfsoftware.jeb.core.dao.impl
Fields in com.pnfsoftware.jeb.core.dao.impl declared as IApplicationDatabaseMethods in com.pnfsoftware.jeb.core.dao.impl that return IApplicationDatabaseModifier and TypeMethodDescriptionDataProvider.getApplicationDatabase()
DataProviderAdapter.getApplicationDatabase()
Constructors in com.pnfsoftware.jeb.core.dao.impl with parameters of type IApplicationDatabaseModifierConstructorDescriptionDataProvider
(IUserDatabase userdb, IFileDatabase projectdb, IFileStore filestore, IFileStore pluginstore, IApplicationDatabase appdb, IConfiguration config)