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 IWorkflowStateDaoDaoProvider. WORKFLOWSTATE_DAOThe singleton instance ofIWorkflowStateDaofor accessing, creating, deleting, and updatingWorkflowStateentities. -
Uses of IWorkflowStateDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IWorkflowStateDao Modifier and Type Class Description classWorkflowStateDaoThe default implementation ofIWorkflowStateDaothat can be accessed viaDaoProvider.
-