Uses of Interface
de.xima.fc.dao.interfaces.IAppointmentSlotDao
-
Packages that use IAppointmentSlotDao Package Description de.xima.fc.dao de.xima.fc.dao.impl -
-
Uses of IAppointmentSlotDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IAppointmentSlotDao Modifier and Type Field Description static IAppointmentSlotDao
DaoProvider. APPOINTMENTSLOT_DAO
-
Uses of IAppointmentSlotDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IAppointmentSlotDao Modifier and Type Class Description class
AppointmentSlotDao
Implementation of theIAppointmentSlotDao
for reading and writingAppointmentSlot
entities.
-