| I have upload an attachment. This is the library which I am developing for helping resolve the meta data from hibernate model. Please notice the entity `com.cxj.hibernate.OtherAuditedEntity` located in the test package. It has annotation `AuditOverride` and 'AssociationOverride'. `AssociationOverride` works properly and it make the join table name become 'SuperStringListOfOtherAudiedEntity'. But 'AuditOverride' does not work. The audit table name of join table is still 'Test_SuperStringListOfOtherAudiedEntity_Audit'. |