HHH-17460 - Ongoing JPA 32 work
This commit is contained in:
parent
ce7c0d7df6
commit
38de392b2b
|
@ -579,7 +579,7 @@ public class PropertyBinder {
|
||||||
// see if inFlightPropertyDataList already contains a PropertyData for this name,
|
// see if inFlightPropertyDataList already contains a PropertyData for this name,
|
||||||
// and if so, skip it...
|
// and if so, skip it...
|
||||||
for ( PropertyData propertyData : inFlightPropertyDataList ) {
|
for ( PropertyData propertyData : inFlightPropertyDataList ) {
|
||||||
if ( propertyData.getPropertyName().equals( property.getName() ) ) {
|
if ( propertyData.getPropertyName().equals( property.resolveAttributeName() ) ) {
|
||||||
checkIdProperty( property, propertyData );
|
checkIdProperty( property, propertyData );
|
||||||
// EARLY EXIT!!!
|
// EARLY EXIT!!!
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue