Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge: Department Layers Improvement | Final Touches
course content

Course Content

Java Data Manipulation with Hibernate

Challenge: Department Layers ImprovementChallenge: Department Layers Improvement

Task

This task should be quite simple for you.

Your task is to implement the updateDepartment() method in the DepartmentDaoImpl class and also implement the updateDepartment() and updateDepartmentLocation() methods in the DepartmentServiceImpl class. After completing the task, run the code in the Main class, where the code for testing is already written. There, you can verify the functionality of your methods.

Link to the Task: GitHub
Use the same algorithm of actions that was used in the previous chapter. It won't differ at all here.

Everything was clear?

Section 3. Chapter 2
course content

Course Content

Java Data Manipulation with Hibernate

Challenge: Department Layers ImprovementChallenge: Department Layers Improvement

Task

This task should be quite simple for you.

Your task is to implement the updateDepartment() method in the DepartmentDaoImpl class and also implement the updateDepartment() and updateDepartmentLocation() methods in the DepartmentServiceImpl class. After completing the task, run the code in the Main class, where the code for testing is already written. There, you can verify the functionality of your methods.

Link to the Task: GitHub
Use the same algorithm of actions that was used in the previous chapter. It won't differ at all here.

Everything was clear?

Section 3. Chapter 2
some-alt