I have defined the entity as following
@Entity @Table(name = "ORDER") public class Order{ @Id @Column(name = "ID")