Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grails-orm

Grails Enum Mapping

grails grails-orm

How do I prevent exceptions from causing a transaction rollback under Grails?

What does mean Hibernate's "unsaved-value mapping was incorrect"?

hibernate grails-orm

Hibernate/GORM: collection was not processed by flush()

Grails default sort of "hasMany" domain attributes

How to make MySQL work on grails 2.0

How to get the name of the table GORM object is mapped to?

grails dns grails-orm

How to I bind a Hibernate Session to a thread in Grails?

What is the difference between withTransaction and withSession in grails?

Why is GORM not saving my object?

grails groovy grails-orm

Grails/GORM "in" criteria

Retrieving a list of GORM persistent properties for a domain

grails grails-orm

Do I ever need to explicitly flush GORM save calls in grails?

Binding JSON to nested Grails Domain Objects

Hibernate 2nd level cache in a Grails app

How to order by more than one field in Grails?

Difference between findAll, getAll and list in Grails

grails grails-orm

Found shared references to a collection org.hibernate.HibernateException

Why do I get a "Null value was assigned to a property of primitive type setter of" error message when using HibernateCriteriaBuilder in Grails

grails grails-orm