1. Is it possible for a Grails Domain to have no 'id'? stackoverflow.comIs it possible to create a table that has no 'id'? For example, this is my domain:
|
2. grails/gorm/mysql/hibernate stackoverflow.comI have a simples question. I have been trying to learn Grails by my own, and i managed to do a simple application using Grails/Gorm. 1 ) Later, i decided to use ... |
3. GORM tablePerHierarchy false, foreign key stackoverflow.comI have in my models:
|
4. Grails - Can you avoid having Gorm/Hibernate establish Foreign Keys stackoverflow.comIs there an option you can set somewhere in the configuration of Grails to avoid having it setup Foreign Keys? I'm using MySQL if that matters. |