Uses of Interface
de.xima.fc.dao.interfaces.IProjektDependentBaseDao
-
Packages that use IProjektDependentBaseDao Package Description de.xima.fc.dao.impl de.xima.fc.dao.interfaces -
-
Uses of IProjektDependentBaseDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IProjektDependentBaseDao Modifier and Type Class Description class
FormVersionDao
class
ProjectAuthenticatorConfigDao
class
ProjectDOIDataDao
class
ProjectIdentityCheckDataDao
class
ProjectInviteDataDao
class
ProjectTagDao
The default implementation ofIProjectTagDao
that can be accessed viaDaoProvider
.class
ProjektDependentBaseDao<E extends ITransferableEntity>
class
WorkflowVersionDao
The default implementation ofIWorkflowVersionDao
that can be accessed viaDaoProvider
. -
Uses of IProjektDependentBaseDao in de.xima.fc.dao.interfaces
Subinterfaces of IProjektDependentBaseDao in de.xima.fc.dao.interfaces Modifier and Type Interface Description interface
IFormVersionDao
interface
IProjectAuthenticatorConfigDao
interface
IProjectDOIDataDao
interface
IProjectIdentityCheckDataDao
Data access object for creating, updating, and deletingProjectIdentityCheckData
entities.interface
IProjectInviteDataDao
interface
IProjectTagDao
Data access object for creating, updating, and deletingProjectTag
entities.interface
IWorkflowVersionDao
Data access object for creating, updating, and deletingWorkflowVersion
entities.
-