Uses of Interface
de.xima.fc.dao.interfaces.IWorkflowTriggerDao
- 
Packages that use IWorkflowTriggerDao Package Description de.xima.fc.dao de.xima.fc.dao.impl  - 
- 
Uses of IWorkflowTriggerDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IWorkflowTriggerDao Modifier and Type Field Description static IWorkflowTriggerDaoDaoProvider. WORKFLOWTRIGGER_DAOThe singleton instance ofIWorkflowTriggerDaofor accessing, creating, deleting, and updatingWorkflowTriggerentities. - 
Uses of IWorkflowTriggerDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IWorkflowTriggerDao Modifier and Type Class Description classWorkflowTriggerDaoThe default implementation ofIWorkflowTriggerDaothat can be accessed viaDaoProvider. 
 -