| When using auditParents, the specified parent super type will have all attributes audited. This means if the super-type in fact defines an @AuditJoinTable for some reason, that table-name will be used. But if the sub-type wishes to override the join-table-name, the sub-type will need to introduce an @AuditOverride as I mentioned above that specifies the new name. |