| Problem: There is currently no way to customize the audit table name of an @ElementCollection with or without a custom table name given by @CollectionTable Similar annotation pairs for changing hibernate and hibernate envers table naming: @Table & @AuditTable @SecondaryTable & @SecondaryAuditTable Adding a new complementing annotation for @CollectionTable for customizing audit table name of @ElementCollection would improve the envers customization capabilities and close a feature gap. |