|
I've checked the latest code of AttributeNodeImpl on GitHub. It's still checking for a Basic or Embedded annotation and throwing exception with message "Attribute [%s] is not of managed type" if found. Hibernate 5 is therefore still not compliant with the JPA spec when it comes to Embedded attributes used in graphs.
|