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