Hi,
Our domain model uses guids as object ids, and we are generating our DB schema from the hbm file using NHibernate.Cfg.Configuration.GenerateSchemaCreationScript.
The schema can be generated for SQL server, but GenerateSchemaCreationScript barfs when we try to generate an Oracle schema.
I guess we can hack the SQL Server schema to work for Oracle, but I was wondering if anyone knows of another tool that can automatically generate an Oracle schema from a hbm file that uses guids.
Thanks,
Dean.
P.S. We are using NH 1.0.1.
|