Question 3 / 22:
You want to write a JPA Entity class to model a databank table named COOPERATE_USER. Each user is uniquely identified in this table by his or her social security number SSN. Along with SSN the system keeps user name, job, address and birth date.
How to declare such JPA Entity class?
Choose 4