Uses of Interface
de.xima.fc.dao.interfaces.ISystemAuthenticatorDao
-
Packages that use ISystemAuthenticatorDao Package Description de.xima.fc.dao de.xima.fc.dao.impl -
-
Uses of ISystemAuthenticatorDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as ISystemAuthenticatorDao Modifier and Type Field Description static ISystemAuthenticatorDaoDaoProvider. SYSTEMAUTHENTICATOR_DAOThe singleton instance ofISystemAuthenticatorDaofor accessing, creating, deleting, and updatingSystemAuthenticatorentities. -
Uses of ISystemAuthenticatorDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement ISystemAuthenticatorDao Modifier and Type Class Description classSystemAuthenticatorDaoThe default implementation ofISystemAuthenticatorDaothat can be accessed viaDaoProvider.
-