Uses of Interface
de.xima.fc.dao.interfaces.IWorkflowStateDao
-
Packages that use IWorkflowStateDao Package Description de.xima.fc.dao de.xima.fc.dao.impl -
-
Uses of IWorkflowStateDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IWorkflowStateDao Modifier and Type Field Description static IWorkflowStateDao
DaoProvider. WORKFLOWSTATE_DAO
The singleton instance ofIWorkflowStateDao
for accessing, creating, deleting, and updatingWorkflowState
entities. -
Uses of IWorkflowStateDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IWorkflowStateDao Modifier and Type Class Description class
WorkflowStateDao
The default implementation ofIWorkflowStateDao
that can be accessed viaDaoProvider
.
-