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