Skip to content

Martin2504/JPAProjectFinal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

168 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JPAProject

A program that deals with the Employees database from MySQL's Sample databases.

Checks if Database is populated with values, has a particular employee, calculates the salary averages for a department and the pay gap between genders:

-SalaryService implements methods that check for Salaries of all employees as well as averages and can be filtered by department or job title.

-GenderService implements methods that check for pay gaps between genders and can be filtered by job title and department.

-EmployeeService implements methods that finds an employee via their last name while DeptEmp Service will return a list of employees in a department at a certain date and Staff Service will return the number of employees for a given date.

Below are testing results snapshots:

GenderService Test image

JPA Project Application Tests image

EmployeeService Test 7f0a1e33-3263-4e96-a33a-39730a9a219c

SalaryService Tests image

Staff Service Tests 97ce0628-510a-4aba-84e5-db9a1133cd42

About

Group Project: Web Page for local library repository

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 79.5%
  • HTML 18.5%
  • CSS 2.0%