Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grails-orm

MappingException: Could not determine Type

hibernate grails grails-orm

MongoDB, Grails, and relationships

How do I create a composite primary key using GORM?

MappedSuperclass Alternatives in Grails 2.0

Persist column order from Grails domain to database

grails grails-orm

Is it possible to force Grails/Gorm to not include a column in an insert?

grails grails-orm

Is unit testing of mongodb dynamic attributes possible in Grails 2.2?

Referencing domain objects from external grails project - Method on class [] was used outside of a Grails applications

GORM: how to set datatype of a value in a Map

grails map grails-orm

Stripping trailing whitespace from char fields in a legacy database with Grails GORM

How can I have an optional one-to-one relationship in GORM?

grails findWhere not equal

grails grails-orm

Setting default maxLength for Grails GORM Strings?

grails grails-orm

How do I configure a grails domain class attribute to be stored as (postgres 9.4) jsonb?

GORM Data Services VS Grails Services

grails grails-orm

Grails GORM Criteria Query Eager Fetching

grails grails-orm

No owner defined between domain classes: many to many relationship

grails grails-orm

Abstract domain classes in GORM: how to deal with static GORM methods

grails groovy grails-orm

How can I tell if a Grails/GORM domain instance has been deleted in the current tx (Hibernate)?

Overriding dateCreated for testing in Grails

grails save grails-orm