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 IAppointmentDao
DaoProvider. APPOINTMENT_DAO
-
Uses of IAppointmentDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IAppointmentDao Modifier and Type Class Description class
AppointmentDao
Implementation of theIAppointmentDao
for reading and writingAppointment
entities.
-