[hibernate-dev] String primary keys

2010-10-20 Thread Norman Bauer
Hello all, I am working with a legacy database where pretty much all the primary keys are strings and user defined. I'm using Grails to build out the front end to the underlying database (Rocket UniVerse and my own customized dialect for U2). Using GORM I can map columns and rows fairly easily and

Re: [hibernate-dev] Dialect documentation

2010-09-28 Thread Norman Bauer
Thanks to both of you. Norm On Tue, Sep 28, 2010 at 5:21 AM, Emmanuel Bernard wrote: > Simply look at the Dialect source code of the database that is closest to > yours, or use the generic Dialect code and start from there. That's the best > approach. > > On 27 sept. 20

[hibernate-dev] Dialect documentation

2010-09-27 Thread Norman Bauer
Could anyone provide me with links to any guidance docouments/articles on creating a dialect? I have a fairly non standard database that I need to hook into any guidance would be greatly appreciated. Thanks, Norm ___ hibernate-dev mailing list hibernate-