Uses of Interface
de.xima.fc.dao.interfaces.IAppointmentClientClosingTimeDao
-
Packages that use IAppointmentClientClosingTimeDao Package Description de.xima.fc.dao de.xima.fc.dao.impl -
-
Uses of IAppointmentClientClosingTimeDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IAppointmentClientClosingTimeDao Modifier and Type Field Description static IAppointmentClientClosingTimeDao
DaoProvider. APPOINTMENTCLIENTCLOSINGTIME_DAO
-
Uses of IAppointmentClientClosingTimeDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IAppointmentClientClosingTimeDao Modifier and Type Class Description class
AppointmentClientClosingTimeDao
Implementation of theIAppointmentClientClosingTimeDao
for reading and writingAppointmentClientClosingTime
entities.
-