Uses of Interface
de.xima.fc.dao.interfaces.IWorkflowVersionBackupDao
Packages that use IWorkflowVersionBackupDao
-
Uses of IWorkflowVersionBackupDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IWorkflowVersionBackupDaoModifier and TypeFieldDescriptionstatic final IWorkflowVersionBackupDao
DaoProvider.WORKFLOWVERSIONBACKUP_DAO
The singleton instance ofIWorkflowVersionBackupDao
for accessing, creating, deleting, and updatingWorkflowVersionBackup
entities. -
Uses of IWorkflowVersionBackupDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IWorkflowVersionBackupDaoModifier and TypeClassDescriptionclass
The default implementation ofIWorkflowVersionBackupDao
that can be accessed viaDaoProvider
.