Uses of Interface
de.xima.fc.dao.interfaces.IUserProfileDao
Packages that use IUserProfileDao
-
Uses of IUserProfileDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IUserProfileDaoMethods in de.xima.fc.dao that return IUserProfileDao -
Uses of IUserProfileDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IUserProfileDaoModifier and TypeClassDescriptionclassImplementation of theIUserProfileDaofor reading and writingUserProfileentities. -
Uses of IUserProfileDao in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return IUserProfileDaoModifier and TypeMethodDescriptionstatic IUserProfileDaoIUserProfileDao.getInstance()Returns the current instance of this DAO via CDI.
IUserProfileDaoshould be injected via CDI where needed or useIUserProfileDao.getInstance()