From: Gavin_King/Cirrus%<CI...@ci...> - 2002-04-17 05:27:23
|
> Is it possible to use/enforce referential integrity within Hibernate, using > DBSchemaExport ? > the DBSchemaExport creates perfect tables, but there is it possible to let > it also generate the referential integrity ? certainly. foreign key constraints are generated for those databases which support them. You need to set the system property hibernate.dialect when running DBSchemaExport :) |