Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grails-orm

Domain class constructors in Grails?

grails groovy grails-orm

Using groupProperty and countDistinct in Grails Criteria

grails criteria grails-orm

Can I append a closure to another in Groovy?

grails groovy grails-orm

Grails - save the transient instance before flushing grails Error?

New Grails domain class is not creating a table in the database

What's the best way to define custom id generation as default in Grails?

grails grails-orm

Is it possible to map a table name for a domain object dynamically in grails?

database grails grails-orm

class Authority is not a domain class or GORM has not been initialized correctly or has already been shutdown

How do I get Grails to map my String field to a Clob?

grails groovy orm db2 grails-orm

Grails/GORM default fetch strategy: When to set fetchMode to "eager"? (eager vs. lazy)

grails grails-orm

Grails - findAll Posts Created Today by User

How can I override the 'map' constructor in a Grails domain class?

grails groovy grails-orm

Is there any way in Grails to eager fetch the whole record?

grails grails-orm

Grails Domain Class : hasOne, hasMany without belongsTo

GORM - add child onto parent and save is giving groovy.lang.MissingMethodException

How is flush: true different from manually flushing the currentSession?

hibernate grails grails-orm

Grails, save domain class after exception has been thrown

grails grails-orm

Grails 3.0.1 - how and where to configure grails.gorm.default.mapping

GORM in Grails and StaleObjectStateException

hibernate grails grails-orm