Hi,
how could I customize the generated ddl by Eclipselink when used to create
tables,... ?
My target DB is Oracle.
For example:
- the generated lines are a suite of create tables with no ending ";". I'd like
to add those automatically.
- when enumerations or discriminator columns are used, I'd like to add "check
constraints" as the schema can be preinitialized by sql scripts.
- another useful feature could be to add comments on the columns (maybe
extracted from javadoc). This one is just for comfort. :-)
........
How, where can I plug some customization in the generation API ?
Thx
_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users