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 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 IWorkflowTriggerDao Modifier and Type Class Description class
WorkflowTriggerDao
The default implementation ofIWorkflowTriggerDao
that can be accessed viaDaoProvider
.
-