Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Customize schema generation

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






Back to the top