Uses of Interface
de.xima.fc.dao.interfaces.IWorkflowVersionBackupDao
-
Packages that use IWorkflowVersionBackupDao Package Description de.xima.fc.dao de.xima.fc.dao.impl -
-
Uses of IWorkflowVersionBackupDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IWorkflowVersionBackupDao Modifier and Type Field Description static 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 IWorkflowVersionBackupDao Modifier and Type Class Description class
WorkflowVersionBackupDao
The default implementation ofIWorkflowVersionBackupDao
that can be accessed viaDaoProvider
.
-