i found issue https://hibernate.atlassian.net/browse/HHH-9485
problem in
List<PropertyData> inFlightPropertyDataList
for ( PropertyData propertyData : inFlightPropertyDataList ) { if ( propertyData.getPropertyName().equals( property.getName() ) ) { // EARLY EXIT!!! return 0; } }
if annotate methode "getId" @Transient in base class, it work fine