marius
I'm new here

Re: Database METADATA - "Foreign Key" vs. "Create Index"

Currently I have a 85% working version that work without modifying the FS generated schema / DDL (DB structure - PK, indexes, special FS fields).

I had to extend the following "Hibernate aspects" in order to be able to make it work with reverse engineering (related to the special FS_VAILD_* and FS_RELEASE_TO fields):

- the composite ids

- the relations: one-to-many (generating of "set" tags), many-to-one, one-to-one) settings

- general filtering on a DAO level (different filtering mechanism for released and current versions)

0 Kudos