grails-domain-class
Grails: How to query objects in many to many mapping?
开发者_StackOverflow社区Hello I have the follwing domain classes. class Student { int age static hasMany = [courses:Course][详细]
2023-03-12 09:56 分类:问答Grails Having issues with form submission
Rendering the params and gets all the data I submit [\"address.address1\":\"reston1\", \"address\":[\"address1\":\"reston1\", \"county\":\"fairfax\", \"zipcode\":\"20190\", \"address2\":\"reston2\",[详细]
2023-03-12 03:11 分类:问答grails - unit testing
I have difficulty in making unit testing on the method contained in the domain like this: This is the domain class[详细]
2023-03-11 20:28 分类:问答Need ideas in designing Domain classes Grails
I am learning Grails, I am trying to build a small application. And for now I am working on the registration part.[详细]
2023-03-10 20:14 分类:问答Grails unit test for domain class insertBefore
How can I test the initBefore method of Groovy Dom开发者_运维百科ain-Classes with a unit test in Grails?[详细]
2023-03-08 11:45 分类:问答How can I get constraints working in grails if I'm using JPA annotated classes from a jar file?
Bottomline, I\'m using Grails 1.3.7 and using JPA annotated classes from a JAR file, But the constraints are not working, meaning they are ignored even if I explicitly code them, like usual in the d[详细]
2023-03-08 00:56 分类:问答How to read xml file in grails?
I am very new to grails and perhaps it would be the most simplest of questions that I am asking. I am creating a very simple application for self-learning where I created a login page. On successful l[详细]
2023-03-07 10:34 分类:问答Grails hook into GORM beforeUpdate()
I have an internal requirement with nested domain classes where I want updates to a parent relationship to be propagated to children. A code example may make it clear:[详细]
2023-03-04 15:02 分类:问答ConversionNotSupportedException with similarly named classes
UPDATED: made some wrong assumptions about classes etc. The following occurs now when I have a \'demo\' project:[详细]
2023-03-04 03:44 分类:问答Why do I receive "No such property" in before* and after* logic of domain classes in unit tests?
I notice that any reference to a property is missing when requiring domain classes in grails unit tests.[详细]
2023-03-03 08:38 分类:问答