Uses of Interface
de.xima.fc.dao.interfaces.IAppointmentTemplateDao
-
Packages that use IAppointmentTemplateDao Package Description de.xima.fc.dao de.xima.fc.dao.impl -
-
Uses of IAppointmentTemplateDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IAppointmentTemplateDao Modifier and Type Field Description static IAppointmentTemplateDaoDaoProvider. APPOINTMENTTEMPLATE_DAOThe singleton instance ofIAppointmentTemplateDaofor accessing, creating, deleting, and updatingAppointmentTemplateentities. -
Uses of IAppointmentTemplateDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IAppointmentTemplateDao Modifier and Type Class Description classAppointmentTemplateDaoImplementation of theIAppointmentTemplateDaofor reading and writingAppointmentTemplateentities.
-