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