I have a class with a status : class A{ String status } This status can have values \'start\',\'end\',\'inprogress\'.
Usually I\'m using One-to-many relationship by this way : class Study { static hasMany = [ crfs : Crf ]
Where should I place a transient domain class in a grails app? Ie I have an Action class t开发者_JAVA百科hat will be passed about, and used, but never saved.Should this be in the grails-app/domain fo
first of all i have to say that i have an existing database that it can not be modify (that´s why i am having this problem)
Error: Error 500: null Servlet: URI: Exception Message: failed to lazily initialize a collection of role: Student.lockers, no session or session was closed
I have a restriction so there could be no more than ConfigurationHolder.config.support.reminder.web.person.max object stored.
I\'m t开发者_Python百科rying to load 2nd combobox (g:select) values on the selection of 1st combobox (g:select) value in GSP.
Im trying to implement mapping in grails over hibernate for a table which has special characters in columne names. i.e \"-\"
I have a service and inside one of the functions i\'m creating a domain object and trying to save i开发者_JAVA百科t.
I\'m doing a project that requires some refactoring. My domain class is like: Book { static belongsTo[category: category]