Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grails-orm

In a GORM findBy* query, how can I use "sort" before limiting using "max"

grails grails-orm

How do you unlock a domain object after calling lock()?

Grails reconnect to mysql when having communications link failure

Grails/GORM: creating one-to-one optional relationship

grails service with different scopes for persistence

Unneccessary database changeSet related to boolean after grails 2.4.3 upgrade

Grails Validation Not Working After Upgrade

GORM composition - embedded domain with many-to-one relationship throws org.hibernate.MappingException

hibernate grails grails-orm

GORM where query on an embedded object

grails grails-orm

Random object from database with GORM

hibernate grails grails-orm

How to ensure data integrity when using Table Per Subclass?

Override getter and setter in grails domain class for relation

grails 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