Package org.domain.rhims.dao

Interface Summary
MedicalDataDAO The MedicalDataDAO is responsible for interacting with the persistence of the medical data that is received from other parts of the application.
UserDAO The UserDAO is responsible for managing the persistence of application Users.
 

Class Summary
MedicalDataDAOMySQL This EJB provides a MySQL specific implementation of the MedicalDataDAO.
UserDAOMySQL This EJB provides a MySQL specific implementation of the UserDAO.