|
Are we talking about association tables? This should not happen automatically. There is a Jira already to add "cascade delete" as a HQL directive. Deleting an entity should not clean up associations.
Am I misunderstanding the report here?
BTW, MultiTableDeleteExecutor (and isMultiTable) is actually not just about joined-subclass. It also handles union-subclass and secondary tables.
|