Uni App
HOU - Computer Science - 2024-2025
Loading...
Searching...
No Matches
repository.service.CountryJpaController Class Reference
Inheritance diagram for repository.service.CountryJpaController:
Collaboration diagram for repository.service.CountryJpaController:

Public Member Functions

 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< CountryfindCountryEntities ()
 
List< CountryfindCountryEntities (int maxResults, int firstResult)
 
Country findCountry (String id)
 

Constructor & Destructor Documentation

◆ CountryJpaController()

repository.service.CountryJpaController.CountryJpaController ( EntityManagerFactory emf)
Here is the caller graph for this function:

Member Function Documentation

◆ create()

void repository.service.CountryJpaController.create ( Country country) throws PreexistingEntityException, Exception
Here is the call graph for this function:
Here is the caller graph for this function:

◆ destroy()

void repository.service.CountryJpaController.destroy ( String id) throws NonexistentEntityException
Here is the call graph for this function:
Here is the caller graph for this function:

◆ edit()

void repository.service.CountryJpaController.edit ( Country country) throws NonexistentEntityException, Exception
Here is the call graph for this function:

◆ findCountry()

Country repository.service.CountryJpaController.findCountry ( String id)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ findCountryEntities() [1/2]

List< Country > repository.service.CountryJpaController.findCountryEntities ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ findCountryEntities() [2/2]

List< Country > repository.service.CountryJpaController.findCountryEntities ( int maxResults,
int firstResult )
Here is the call graph for this function:

◆ getEntityManager()

EntityManager repository.service.CountryJpaController.getEntityManager ( )
Here is the caller graph for this function:

The documentation for this class was generated from the following file: