Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grails-orm

Using an existing GORM data model in standalone Java app

Grails 2.1: Setting sessionFactory and dataSource from custom Spring configuration

Mapping hasMany relation and saving the related data

Rendering GORM classes from Spring Boot

Issues posting nested resource in Grails

How to check isDirty('transient_fieldName') for transient fields in Grails

Running Jasper Reports against an in-memory h2 datasource?

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