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 IAppointmentClosingTimeDaoDaoProvider. APPOINTMENTCLOSINGTIME_DAOThe singleton instance ofIAppointmentClosingTimeDaofor accessing, creating, deleting, and updatingAppointmentClosingTimeentities. - 
Uses of IAppointmentClosingTimeDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IAppointmentClosingTimeDao Modifier and Type Class Description classAppointmentClosingTimeDaoImplementation of theIAppointmentClosingTimeDaofor reading and writingAppointmentClosingTimeentities. 
 -