When there is a parent entity that has a List of an Embeddable object, and that Embeddable object defines a @JoinColumn, AuditReader fails to populate the List with the values if the property with the JoinColumn has not been set (is null). Test case to follow.
Test case: https://github.com/cklab/hibernate-test-case-templates/tree/hhh11364/envers/envers-5 |
|