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

Public Member Functions

 UniversityJpaController (EntityManagerFactory emf)
 
EntityManager getEntityManager ()
 
void create (University university) throws PreexistingEntityException, Exception
 
void edit (University university) throws IllegalOrphanException, NonexistentEntityException, Exception
 
void destroy (String id) throws IllegalOrphanException, NonexistentEntityException
 
List< UniversityfindUniversityEntities ()
 
List< UniversityfindUniversityEntities (int maxResults, int firstResult)
 
University findUniversity (String id)
 
int getUniversityCount ()
 

Constructor & Destructor Documentation

◆ UniversityJpaController()

repository.service.UniversityJpaController.UniversityJpaController ( EntityManagerFactory emf)

Member Function Documentation

◆ create()

void repository.service.UniversityJpaController.create ( University university) throws PreexistingEntityException, Exception
Here is the call graph for this function:
Here is the caller graph for this function:

◆ destroy()

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

◆ edit()

void repository.service.UniversityJpaController.edit ( University university) throws IllegalOrphanException, NonexistentEntityException, Exception
Here is the call graph for this function:
Here is the caller graph for this function:

◆ findUniversity()

University repository.service.UniversityJpaController.findUniversity ( String id)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ findUniversityEntities() [1/2]

List< University > repository.service.UniversityJpaController.findUniversityEntities ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ findUniversityEntities() [2/2]

List< University > repository.service.UniversityJpaController.findUniversityEntities ( int maxResults,
int firstResult )
Here is the call graph for this function:

◆ getEntityManager()

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

◆ getUniversityCount()

int repository.service.UniversityJpaController.getUniversityCount ( )
Here is the call graph for this function:

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