Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2 Your application allows you to manage Task and Project entities. You have to add missing annotations and code over entity classes and converters to

2
Your application allows you to manage Task and Project entities.
You have to add missing annotations and code over entity classes and converters to make it possible to store Task and Project and their relations in specified tables.
Requirements
Project . updates should be persisted in a table with the following structure:
Table name: PROJECT_EVENT_UPDATES ;
Columns:
PROJECT_ID : foreign key;
USER_NAME : value of ItemUpdate.user ;
EVENT_DATE : value of ItemUpdate.date .
Task. watchers should be persisted in a table with the following structure:
Table name: TODO_WATCHERS ;
Columns:
TODO_ID : foreign key;
LOGIN : value of string from the Set .
image text in transcribed

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

Oracle 10g SQL

Authors: Joan Casteel, Lannes Morris Murphy

1st Edition

141883629X, 9781418836290

More Books

Students also viewed these Databases questions