#14Multiple Choice
Given two entities with one to-one association: @Entity public class Person { @Id Integer id; } @Entity public class PersonDetail { @Id Integer id; } Which code...
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started Free