Uses of Interface
de.xima.fc.dao.interfaces.IWorkflowTriggerDao
Packages that use IWorkflowTriggerDao
-
Uses of IWorkflowTriggerDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IWorkflowTriggerDaoModifier and TypeFieldDescriptionstatic final IWorkflowTriggerDao
DaoProvider.WORKFLOWTRIGGER_DAO
The singleton instance ofIWorkflowTriggerDao
for accessing, creating, deleting, and updatingWorkflowTrigger
entities. -
Uses of IWorkflowTriggerDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IWorkflowTriggerDaoModifier and TypeClassDescriptionclass
The default implementation ofIWorkflowTriggerDao
that can be accessed viaDaoProvider
.