Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grails-orm

dateCreated, lastUpdated fields in Grails 2.0

Grails GORM composition or hasOne?

grails grails-orm

Method on class [] was used outside of a Grails application. If running in the context of a test using the mocking API or bootstrap Grails Correctly

Persisting Maps and Lists of properties as JSON in Grails

Changing primary key id to String type in Grails

grails grails-orm

Grails Hibernate4 upgrade errors on getGeneratedKeys()

withCriteria two level deep association eager fetch grails

grails grails-orm

Grails query not using GORM

grails groovy grails-orm

GORM for Rest (Grails)?

grails groovy grails-orm

GORM domain class properties default values

grails grails-orm

Grails multi column indexes

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?