![]() |
Uni App
HOU - Computer Science - 2024-2025
|


Public Member Functions | |
| SettingsDAO (EntityManagerFactory emf) | |
| List< Country > | findAllOrdered () |
| void | deleteAllEntries () |
Public Member Functions inherited from repository.service.CountryJpaController | |
| CountryJpaController (EntityManagerFactory emf) | |
| EntityManager | getEntityManager () |
| void | create (Country country) throws PreexistingEntityException, Exception |
| void | edit (Country country) throws NonexistentEntityException, Exception |
| void | destroy (String id) throws NonexistentEntityException |
| List< Country > | findCountryEntities () |
| List< Country > | findCountryEntities (int maxResults, int firstResult) |
| Country | findCountry (String id) |
DAO class to support the Settings Model Class
| model.SettingsModel.SettingsDAO.SettingsDAO | ( | EntityManagerFactory | emf | ) |

| void model.SettingsModel.SettingsDAO.deleteAllEntries | ( | ) |
Clears the database records. Leeaves intact the countries table fro future use


| List< Country > model.SettingsModel.SettingsDAO.findAllOrdered | ( | ) |
Returns a list with all the available countries

