Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

There are many instances within business software systems where the applications are forced to use Relational Database Management Systems (RDBMS) to store data. Designing and

image text in transcribed

There are many instances within business software systems where the applications are forced to use Relational Database Management Systems (RDBMS) to store data. Designing and implementing an object oriented system can lead to substantial challenges when it comes to persisting objects. Answer the following questions in relation to these challenges. (i) Outline the goals of what is termed Object Relational Mapping (ORM). [4 Marks] (ii) Briefly explain what is meant by a top down approach when dealing with ORM and, using an example, discuss three different approaches in which a class inheritance hierarchy could be mapped to a relational model. [14 Marks] (iii) Given the following class structure, describe the database tables and their columns that could be used to store instances of both classes. In your answer clearly identify how the association is implemented. Employee employeeNumber C name - employees Department - department departmentID Sname [6 Marks] (iv) Describe, using a clearly labelled diagram, the architecture you would use if you planned to use a Data Access Object and an ORM tool such as Hibernate as part of your persistence solution. [5 Marks]

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions