Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grails-orm

Grails 4.1.4 integration test not able to update Domain class via Data service, unless using withNewTransaction

GORM read only columns

Soft delete an entity in Grails with Hibernate Filters Plugin

Grails gorm: queries with map

Is there a straight-forward way of doing an ORM roundtrip workflow in Grails 3+?

grails grails-orm

Why don't unflushed domain objects revert to their "saved" state after discard? Can I get the "clean" version?

(unsaved) data in groovy in many-many relationship

running elastic search plugin grails 2.4.4 / 2.5.0

How do I call a Grails namedQuery on a particular datasource?

grails grails-orm

Specify order of fields in DDL generated from GORM classes?

sql grails groovy grails-orm ddl

Grails 2 abstract domain inheritance issue

grails grails-orm

lazy column loading in Grails domain class

hibernate grails grails-orm

Grails + Spock: NullPointerException when doing addTo* on an embedded hasMany field

Weird issue with hasMany in Grails using PostgreSQL. "ERROR: column <column_name> does not exist"

How to create Grails domain object but do not save?

hibernate grails grails-orm

GORM auto flush when request ends without calling save

hibernate grails grails-orm