Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grails-orm

How To Make Transactions Work In Grails

Grails and Hibernate's Lazy Initialization Exception

Domain object string field auto trimming

grails grails-orm

Selective deep rendering of hasMany relationships in grails

json grails grails-orm

grails deleted object would be re-saved by cascade error

hibernate grails-orm grails

Grails one to one relation

database grails grails-orm

Changing GORM table name

grails grails-orm

Is there a 'not in' equivalent in GORM?

grails grails-orm

Architecting a Neo4j-Based Application - stick to vanilla API using plain nodes & relationships or use Spring/GORM?

Handling Grails transactions programmatically

How do I test if an Instance is persisted in the Database with GORM?

GORM many-to-many mapping and jointable with an additional field

Grails: How to query objects in many to many mapping?

Grails / GORM criteria query with hasmany String

Grails: What is the difference between an unflushed session and a rolled back transaction?

How to change primary key column in grails?

grails grails-orm

Testing the Oracle to_date function

Accessing grails/hibernate generated SQL for domain class

Composite foreign key columns in GORM

"Where query" creates wrong SQL on production