Uses of Interface
de.xima.fc.dao.interfaces.IAppointmentClosingTimeDao
-
Packages that use IAppointmentClosingTimeDao Package Description de.xima.fc.dao de.xima.fc.dao.impl -
-
Uses of IAppointmentClosingTimeDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IAppointmentClosingTimeDao Modifier and Type Field Description static IAppointmentClosingTimeDao
DaoProvider. APPOINTMENTCLOSINGTIME_DAO
-
Uses of IAppointmentClosingTimeDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IAppointmentClosingTimeDao Modifier and Type Class Description class
AppointmentClosingTimeDao
Implementation of theIAppointmentClosingTimeDao
for reading and writingAppointmentClosingTime
entities.
-