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 IUserProfileDao
DaoProvider. USERPROFILE_DAO
-
Uses of IUserProfileDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IUserProfileDao Modifier and Type Class Description class
UserProfileDao
Implementation of theIUserProfileDao
for reading and writingUserProfile
entities.
-