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:
parent
ebe7e69173
commit
82df888484
|
@ -746,7 +746,7 @@ public class PropertyBinder {
|
||||||
|
|
||||||
private static void handleParentProperty(PropertyHolder holder, PropertyData data, MemberDetails property) {
|
private static void handleParentProperty(PropertyHolder holder, PropertyData data, MemberDetails property) {
|
||||||
if ( holder.isComponent() ) {
|
if ( holder.isComponent() ) {
|
||||||
holder.setParentProperty( property.getName() );
|
holder.setParentProperty( property.resolveAttributeName() );
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
throw new AnnotationException( "Property '" + getPath( holder, data )
|
throw new AnnotationException( "Property '" + getPath( holder, data )
|
||||||
|
|
Loading…
Reference in New Issue