-
Bug
-
Resolution: Done
-
Major
-
None
-
None
When properties in an @Embeddable have the same name as properties in a superclass of entity types to which they are added, the properties are ignored. For example when an embeddable type contains val and it is added to Employee which is a subclass of Person which also contains a property named val, the property from the embeddable (even when properly overridden) will be ingored.
Consequence: DDL and SQL generated by Hibernate omits the properties so they are not included in any database writes/reads.
- is cloned by
-
JBEAP-5652 [GSS] (7.0.z) HHH-11037 Same named subtype embeddable properties ignored
- Verified
- is incorporated by
-
JBEAP-5652 [GSS] (7.0.z) HHH-11037 Same named subtype embeddable properties ignored
- Verified
-
JBEAP-5678 [GSS](7.1.0) Upgrade to Hibernate ORM 5.1.3.Final when available
- Verified
- cloned from
-
HHH-11037 Loading...
- links to