HHH-17504 - Ongoing JPA 32 work HHH-17350 - Work on hibernate-models, XSD and JAXB HHH-16114 - Improve boot metamodel binding HHH-15996 - Develop an abstraction for Annotation in annotation processing HHH-16012 - Develop an abstraction for domain model Class refs HHH-15997 - Support for dynamic models in orm.xml HHH-15698 - Support for entity-name in mapping.xsd

This commit is contained in:
Andrea Boriero 2024-03-13 10:35:08 +01:00 committed by Steve Ebersole
parent ebe7e69173
commit 82df888484
1 changed files with 1 additions and 1 deletions

View File

@ -746,7 +746,7 @@ public class PropertyBinder {
private static void handleParentProperty(PropertyHolder holder, PropertyData data, MemberDetails property) {
if ( holder.isComponent() ) {
holder.setParentProperty( property.getName() );
holder.setParentProperty( property.resolveAttributeName() );
}
else {
throw new AnnotationException( "Property '" + getPath( holder, data )