Home »
MCQs »
JPA MCQs
Several instances of one entity are connected with many instances of another entity in a ____ relationship
36. Several instances of one entity are connected with many instances of another entity in a ____ relationship.
- @ManyToOne Relation
- @OneToMany Relation
- @OneToOne Relation
- @ManyToMany Relation
Answer: D) @ManyToMany Relation
Explanation:
Several instances of one entity are connected with many instances of another entity in a many-to-many relationship.