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 IWorkflowStateAuthenticatorConfigDaoDaoProvider. WORKFLOWSTATEAUTHENTICATORCONFIG_DAOThe singleton instance ofIWorkflowStateAuthenticatorConfigDaofor accessing, creating, deleting, and updatingWorkflowStateAuthenticatorConfigentities. -
Uses of IWorkflowStateAuthenticatorConfigDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IWorkflowStateAuthenticatorConfigDao Modifier and Type Class Description classWorkflowStateAuthenticatorConfigDaoThe default implementation ofIWorkflowStateAuthenticatorConfigDaothat can be accessed viaDaoProvider.
-