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

Public Member Functions

 DepartmentJpaController (EntityManagerFactory emf)
 
EntityManager getEntityManager ()
 
void create (Department department)
 
void edit (Department department) throws NonexistentEntityException, Exception
 
void destroy (Integer id) throws NonexistentEntityException
 
List< DepartmentfindDepartmentEntities ()
 
List< DepartmentfindDepartmentEntities (int maxResults, int firstResult)
 
Department findDepartment (Integer id)
 
int getDepartmentCount ()
 

Constructor & Destructor Documentation

◆ DepartmentJpaController()

repository.service.DepartmentJpaController.DepartmentJpaController ( EntityManagerFactory emf)

Member Function Documentation

◆ create()

void repository.service.DepartmentJpaController.create ( Department department)
Here is the call graph for this function:

◆ destroy()

void repository.service.DepartmentJpaController.destroy ( Integer id) throws NonexistentEntityException
Here is the call graph for this function:

◆ edit()

void repository.service.DepartmentJpaController.edit ( Department department) throws NonexistentEntityException, Exception
Here is the call graph for this function:

◆ findDepartment()

Department repository.service.DepartmentJpaController.findDepartment ( Integer id)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ findDepartmentEntities() [1/2]

List< Department > repository.service.DepartmentJpaController.findDepartmentEntities ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ findDepartmentEntities() [2/2]

List< Department > repository.service.DepartmentJpaController.findDepartmentEntities ( int maxResults,
int firstResult )
Here is the call graph for this function:

◆ getDepartmentCount()

int repository.service.DepartmentJpaController.getDepartmentCount ( )
Here is the call graph for this function:

◆ getEntityManager()

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

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