An embeddable list is not populated when using Envers with Hibernate in JBoss EAP
Issue
- An
@Embeddable
"MyEmbeddable" is defined to include an optional/nullable@JoinColumn
- An entity is defined with a
List<MyEmbeddable>
property - The Envers
AuditReader
fails to populate theList
with values when the embeddable's join column property isnull
Environment
- Red Hat JBoss Enterprise Application Platform (EAP) 7
- Hibernate 5
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.