Uses of Interface
com.pnfsoftware.jeb.core.dao.IUserDatabase
Packages that use IUserDatabase
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 IUserDatabase in com.pnfsoftware.jeb.core.dao
Methods in com.pnfsoftware.jeb.core.dao that return IUserDatabase -
Uses of IUserDatabase in com.pnfsoftware.jeb.core.dao.impl
Fields in com.pnfsoftware.jeb.core.dao.impl declared as IUserDatabaseMethods in com.pnfsoftware.jeb.core.dao.impl that return IUserDatabaseModifier and TypeMethodDescriptionDataProvider.getUserDatabase()
DataProviderAdapter.getUserDatabase()
Constructors in com.pnfsoftware.jeb.core.dao.impl with parameters of type IUserDatabaseModifierConstructorDescriptionDataProvider
(IUserDatabase userdb, IFileDatabase projectdb, IFileStore filestore, IFileStore pluginstore, IApplicationDatabase appdb, IConfiguration config)