Hibernate, MySQL and table named “Repeat” - strange behaviour

前端 未结 2 1601
孤城傲影
孤城傲影 2020-12-10 22:47

I am having a strange problem. But first the orm.xml:


    

        
      
      
      
2条回答
  •  一生所求
    2020-12-10 23:15

    Yes, repeat is a reserved word in MySQL

    http://dev.mysql.com/doc/refman/5.7/en/keywords.html

提交回复
热议问题