Answered step by step
Verified Expert Solution
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
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: PROJECTEVENTUPDATES ;
Columns:
PROJECTID : foreign key;
USERNAME : value of ItemUpdate.user ;
EVENTDATE : value of ItemUpdate.date
Task. watchers should be persisted in a table with the following structure:
Table name: TODOWATCHERS ;
Columns:
TODOID : foreign key;
LOGIN : value of string from the Set
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started