
|
If you were logged in you would be able to see more operations.
|
|
|
The current User Guide does not delineate what the Basic Value Types (ex. String, Integer, Date) are and how they are mapped from Groovy to the Database. For example, String maps to VARCHAR unless your maxSize constraint is over 255 (in most cases) in which case it will be a CLOB or TEXT. Knowing this before the database is created will save a lot of anguish later. I'm sure there are others like this. The basics can be cribbed right from the Hibernate docs, but the zingers (in my example) need to be written up by some one with intimate knowledge.
IMO, BVTs should be listed in the left bar so people can link directly to it.
|
|
Description
|
The current User Guide does not delineate what the Basic Value Types (ex. String, Integer, Date) are and how they are mapped from Groovy to the Database. For example, String maps to VARCHAR unless your maxSize constraint is over 255 (in most cases) in which case it will be a CLOB or TEXT. Knowing this before the database is created will save a lot of anguish later. I'm sure there are others like this. The basics can be cribbed right from the Hibernate docs, but the zingers (in my example) need to be written up by some one with intimate knowledge.
IMO, BVTs should be listed in the left bar so people can link directly to it. |
Show » |
Sort Order:
|
OK, so I found the part where the "zinger" I mention is explained. So it's there, but I still think the BVTs should be listed and maybe link to this advanced part at the end of the GORM section.