1. Result set mapping in Grails / GORM stackoverflow.comI want to map the result of a native SQL query to a simple bean in grails, similar to what the @SqlResultSetMapping annotation does.
For example, given a query
|
2. grails / GORM / hibernate - hasMany map not synchronised on save() of parent stackoverflow.comProblem deleting associated entities and having this change persisted to the database. Have a groovy object parent which has many child entities associated with it. When we find this domain object and ... |
3. Grails formula field not found stackoverflow.comThis questions concerns the use of the formula field in a static mapping block in Grails. I am trying to implement a very simple domain class that uses a formula mapping (derived ... |
4. How do I map entities in GORM when pk of one references pk of another stackoverflow.comWhat is the best way to map two entities in GORM when the primary key of one table is also a foreign key from another table. For ex: Here is one table:
|
5. Grails GORM mapping tries to access field "class" which exists nowhere stackoverflow.comThis is pretty strange.
|
6. Correct Hibernate type for TimeDuration in grails/groovy domain class? stackoverflow.comusing TimeDuration in one of my Grails/Groovy classes I get an exception when starting the grails app.
usage in domain class
|