Uses of Interface
de.xima.fc.dao.interfaces.IAppointmentDao
-
Packages that use IAppointmentDao Package Description de.xima.fc.dao de.xima.fc.dao.impl -
-
Uses of IAppointmentDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IAppointmentDao Modifier and Type Field Description static IAppointmentDaoDaoProvider. APPOINTMENT_DAOThe singleton instance ofIAppointmentDaofor accessing, creating, deleting, and updatingAppointmententities. -
Uses of IAppointmentDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IAppointmentDao Modifier and Type Class Description classAppointmentDaoImplementation of theIAppointmentDaofor reading and writingAppointmententities.
-