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