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 IClientAuthenticatorDao
DaoProvider. CLIENTAUTHENTICATOR_DAO
The singleton instance ofIClientAuthenticatorDao
for accessing, creating, deleting, and updatingClientAuthenticator
entities. -
Uses of IClientAuthenticatorDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IClientAuthenticatorDao Modifier and Type Class Description class
ClientAuthenticatorDao
The default implementation ofIClientAuthenticatorDao
that can be accessed viaDaoProvider
.
-