Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grails-orm

Grails GORM - Find all objects with distinct property value

Developing grails plugin "No bean named 'transactionManager' is defined" in integration test

HibernateException: No Session found for current thread when GORM query moved into another domain class

grails 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