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 IWorkflowVersionBackupDaoDaoProvider. WORKFLOWVERSIONBACKUP_DAOThe singleton instance ofIWorkflowVersionBackupDaofor accessing, creating, deleting, and updatingWorkflowVersionBackupentities. -
Uses of IWorkflowVersionBackupDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IWorkflowVersionBackupDao Modifier and Type Class Description classWorkflowVersionBackupDaoThe default implementation ofIWorkflowVersionBackupDaothat can be accessed viaDaoProvider.
-