I have 2 DB table mapped with entity classes and with header-detail relationship
@Data @Entity @Table(name = "HEAD") public class Header{ @Id @Gene