Uses of Interface
de.xima.fc.dao.interfaces.IUserEmailDao
-
Packages that use IUserEmailDao Package Description de.xima.fc.dao de.xima.fc.dao.impl -
-
Uses of IUserEmailDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IUserEmailDao Modifier and Type Field Description static IUserEmailDaoDaoProvider. USEREMAIL_DAOThe singleton instance ofIUserEmailDaofor accessing, creating, deleting, and updatingUserEmailentities. -
Uses of IUserEmailDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IUserEmailDao Modifier and Type Class Description classUserEmailDaoImplementation of theIUserEmailDaofor reading and writingUserEmailentities.
-