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 IWorkflowVersionDaoDaoProvider. WORKFLOWVERSION_DAOThe singleton instance ofIWorkflowVersionDaofor accessing, creating, deleting, and updatingWorkflowVersionentities. -
Uses of IWorkflowVersionDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IWorkflowVersionDao Modifier and Type Class Description classWorkflowVersionDaoThe default implementation ofIWorkflowVersionDaothat can be accessed viaDaoProvider.
-