Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grails-orm

In Grails, how do I declare a SQL Server Schema name for a Domain Class?

grails grails-orm

Dynamically creating a query based on params being passed to a controller

grails groovy grails-orm

Case-insensitive unique constraint in Grails

grails grails-orm

Getting the SessionFactory for a particular Datasource in Grails

grails grails-orm

Grails group by date

grails 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?