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