Question: ADD FOREIGN KEY ( owner _ id ) REFERENCES person ( id ) ; Requirements Register the PersonService class as Spring Bean. Model the relationship

ADD FOREIGN KEY (owner_id)
REFERENCES person(id);
Requirements
Register the PersonService class as Spring Bean.
Model the relationship between Pet and Person by creating class
fields. Add appropriate hibernate/JPA annotations.
Implement the Per'son. getPets method. It should return all the
pets of a given person.
Implement the Pet. getownerName method. It should return the
pet owner's first name.
Implement the PersonService addPet method. It should add a
pet of the given name to a person of the given id. If a person with
the given id does not exist, you should throw a
PersonNotFoundException.
Assessment/Tools
 ADD FOREIGN KEY (owner_id) REFERENCES person(id); Requirements Register the PersonService class

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!