Uses of Interface
de.xima.fc.dao.interfaces.IUserIdentityDao
-
Packages that use IUserIdentityDao Package Description de.xima.fc.dao de.xima.fc.dao.impl -
-
Uses of IUserIdentityDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IUserIdentityDao Modifier and Type Field Description static IUserIdentityDao
DaoProvider. USERIDENTITY_DAO
-
Uses of IUserIdentityDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IUserIdentityDao Modifier and Type Class Description class
UserIdentityDao
Implementation of theIUserIdentityDao
for reading and writingUserIdentity
entities.
-