Question: 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 .
 2 Your application allows you to manage Task and Project entities.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!