Hibernate version: 2.1.2
Underlying Database: MS Sql Server
I am wanting to know if there is any way to name the constraints, specified by the unique and unique-key attributes in the mapping file, when using the ExportSchema task.
We are wanting to use the ExportSchema task to create an initial database schema, however the use of default constraint names may cause problems should we need to update these constraints via a script once the database has been initialised.
Any help would be appreciated.
|