In my project I have an abstract super class and a subclass (Product and SpecialProduct) both are audited, when I persiste, merge or delete SpecialProduct evenrs put a revtype in Product but put null in revtype for SpecialProduct.
Anybody can help me with this issue?
Thanks
Are you using inheritance where SpecialProduct extends Product by chance?
Showing your entity mappings would be helpful to have a clear understanding to answer your query.