Uses of Interface
de.xima.fc.dao.interfaces.IWorkflowNodeSearchTermDao
-
Packages that use IWorkflowNodeSearchTermDao Package Description de.xima.fc.dao de.xima.fc.dao.impl -
-
Uses of IWorkflowNodeSearchTermDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IWorkflowNodeSearchTermDao Modifier and Type Field Description static IWorkflowNodeSearchTermDao
DaoProvider. WORKFLOWNODESEARCHTERM_DAO
The singleton instance ofIWorkflowNodeSearchTermDao
for accessing, creating, deleting, and updatingWorkflowNodeSearchTerm
entities. -
Uses of IWorkflowNodeSearchTermDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IWorkflowNodeSearchTermDao Modifier and Type Class Description class
WorkflowNodeSearchTermDao
The default implementation ofIWorkflowNodeSearchTermDao
that can be accessed viaDaoProvider
.
-