Questions tagged «grails»

Grails是一个开放源代码的全栈Web应用程序框架,它使用Groovy编程语言(该语言又基于Java虚拟机(JVM)和Java。该框架通过遵循“编码”来围绕高生产率的应用程序开发。按照惯例”,并使用Hibernate和Spring等常见的Java技术。

12
找到对集合org.hibernate.HibernateException的共享引用
我收到此错误消息: 错误:找到对集合的共享引用:Person.relatedPersons 当我尝试执行时addToRelatedPersons(anotherPerson): person.addToRelatedPersons(anotherPerson); anotherPerson.addToRelatedPersons(person); anotherPerson.save(); person.save(); 我的网域: Person { static hasMany = [relatedPersons:Person]; } 知道为什么会这样吗?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.