domain-data-modelling Questions

3

Solved

I am new to Grails. Can I use "hasOne" or "hasMany" without using "belongsTo" to another domain-class? Thanks in advance.

3

Solved

I have a domain data model which returns a class such as the following: public class ZombieDeath { public virtual int ZombieId {get;set;} public virtual FatalHit {get;set;} } public class Fatal...
Shivers asked 2/8, 2010 at 11:33
1

© 2022 - 2024 — McMap. All rights reserved.