Hello,
Does anyone know if it is possible to configure hibernate to set table and index properties when generating the schema(hbm2ddl) in Hibernate 3 ?
For example, I would like hibernate to set the INITRANS,PCTFREE,PCTUSED parameters when creating the schema in oracle, It would also be nice to be able to tell hibernate to create index-organized-tables instead of the standard table type.
Is this possible or do I have to create a sql script with alter statements and run it after the schema generation.
Any replies or thoughts would be greatly appriciated.
_________________ /Peter
|