How to insert new items with Hibernate?

前端 未结 3 587
花落未央
花落未央 2021-01-02 02:17

I have an entity class called Task which is mapped in hibernate.

I\'m able to fetch existing items belonging to this class correctly, so I don\'t think

3条回答
  •  耶瑟儿~
    2021-01-02 02:58

    If someone else is struggling with this error, I fixed it by removing

    true
    

    From hibernate properties.

提交回复
热议问题