Hi all, I'm grails newbie.i want to mapping primary key with VARCHAR2 and generate primary key using my method to generated its.how to solve this problem?
views:
26answers:
1
A:
In GORM you can specify your own function generating ids.
To specify column type take a look into documentation. For using VARCHAR2 in Oracle DB just set your property as String.
amra
2010-09-06 20:02:08
Thank you so much
MewZ
2010-09-07 04:38:01
Don't forget to mark question as accepted :o)
amra
2010-09-07 21:13:52