Uses of Interface
de.xima.fc.dao.interfaces.IUserProfileDao
-
Packages that use IUserProfileDao Package Description de.xima.fc.dao de.xima.fc.dao.impl -
-
Uses of IUserProfileDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IUserProfileDao Modifier and Type Field Description static IUserProfileDaoDaoProvider. USERPROFILE_DAOThe singleton instance ofIUserProfileDaofor accessing, creating, deleting, and updatingUserProfileentities. -
Uses of IUserProfileDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IUserProfileDao Modifier and Type Class Description classUserProfileDaoImplementation of theIUserProfileDaofor reading and writingUserProfileentities.
-