Here is the issue. I have 4 entities:
Main->
@Entity @Table(name = "main") public class Main{ ... @OneToMany(mappedBy = "main")