Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grails-orm

Grails/Groovy domain classes inheritance cast

inheritance in Grails domain model

grails grails-orm

How to detect which field has been updated in afterUpdate|beforeUpdate GORM methods

grails grails-orm aop

GORM get/find resource by ID using MongoDB in Grails

How to fetch records in grails by max date and group at same time

Comparing two columns in a Grails criteria builder?

grails grails-orm

Grails get any of the children in a hasMany

grails has-many grails-orm

Grails: multiple relationships between two domain objects

grails grails-orm

Domain class constructors in Grails?

grails groovy grails-orm

Using groupProperty and countDistinct in Grails Criteria

grails criteria grails-orm

Can I append a closure to another in Groovy?

grails groovy grails-orm

Grails - save the transient instance before flushing grails Error?

New Grails domain class is not creating a table in the database

What's the best way to define custom id generation as default in Grails?

grails grails-orm

Is it possible to map a table name for a domain object dynamically in grails?

database grails grails-orm

class Authority is not a domain class or GORM has not been initialized correctly or has already been shutdown

How do I get Grails to map my String field to a Clob?

grails groovy orm db2 grails-orm

Grails/GORM default fetch strategy: When to set fetchMode to "eager"? (eager vs. lazy)

grails grails-orm

Grails - findAll Posts Created Today by User

How can I override the 'map' constructor in a Grails domain class?

grails groovy grails-orm