I am unable to understand the use of @ManyToAny annotation in Hibernate. In which case it should be used? I googled it, but the explanations in a couple of websites just bounced over my head...
Can anyone explain it with a simple example? How's it different from @ManyToMany and @ManyToOne?