Uses of Interface
de.xima.fc.dao.interfaces.IClientAuthenticatorDao
-
Packages that use IClientAuthenticatorDao Package Description de.xima.fc.dao de.xima.fc.dao.impl -
-
Uses of IClientAuthenticatorDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IClientAuthenticatorDao Modifier and Type Field Description static IClientAuthenticatorDaoDaoProvider. CLIENTAUTHENTICATOR_DAOThe singleton instance ofIClientAuthenticatorDaofor accessing, creating, deleting, and updatingClientAuthenticatorentities. -
Uses of IClientAuthenticatorDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IClientAuthenticatorDao Modifier and Type Class Description classClientAuthenticatorDaoThe default implementation ofIClientAuthenticatorDaothat can be accessed viaDaoProvider.
-