Hibernate / Hibernate interview questions
Difference between using a @OneToMany and @ElementCollection annotation in Hibernate.
@ElementCollection maps non-entities (embeddable or basic) while @OneToMany is used to map entities.
More Related questions...