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 IUserIdentityDaoDaoProvider. USERIDENTITY_DAOThe singleton instance ofIUserIdentityDaofor accessing, creating, deleting, and updatingUserIdentityentities. - 
Uses of IUserIdentityDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IUserIdentityDao Modifier and Type Class Description classUserIdentityDaoImplementation of theIUserIdentityDaofor reading and writingUserIdentityentities. 
 -