inverse=true in JPA annotations

I found an answer to this. The mappedBy attribute of @OneToMany annotation behaves the same as inverse = true in the xml file.

Leave a Comment