美文网首页Spring-Boot
hibernate setter错误 POST_INSERT_

hibernate setter错误 POST_INSERT_

作者: alonwang | 来源:发表于2018-08-06 17:53 被阅读0次

    报错:

    IllegalArgumentException occurred while calling setter for property [xxx.recordId (expected type = long)]; 
    target = [xxx], property value = [POST_INSERT_INDICATOR]
    
    

    原因: 生成hibernate模型时有两个主键注解@Id,去处其中一个或者增加一个key关联的类(反向生成时会有,不要删除就行)

    相关文章

      网友评论

        本文标题:hibernate setter错误 POST_INSERT_

        本文链接:https://www.haomeiwen.com/subject/arbgvftx.html