Hello!
I have a short question about the hibernate reverse engineering wizard.
Everything works fine for me up until I want to automatically set cascade for reverse engineered table.
I have read that there are DelegatingReverseEngineeringStrategy and also velocity templates that allows for custom settings during the wizard. However, I couldnt find a match on which of these approaches to use in the forums and the documentation.
So my question is if DelegatingReverseEngineeringStrategy or velocity templates are the way to go for me? I want to let the wizard set cascade=”save-update” automatically on a table from the database that uses a many-to-many relationship in hibernate.
Or is there something else that can “trigger” the wizard to automatically set cascade for tables in a database?
With Kind Regards
Anders