HHH-17159 java.lang.StackOverflowError during Update on Entity with Embeddable and JSON
This commit is contained in:
parent
8538781414
commit
1cc7def6f9
|
@ -64,7 +64,7 @@ public class AggregateColumnAssignmentHandler {
|
|||
final EmbeddableMappingType embeddableMappingType = (EmbeddableMappingType) mappedType;
|
||||
final SelectableMapping aggregateMapping = embeddableMappingType.getAggregateMapping();
|
||||
if ( aggregateMapping == null ) {
|
||||
collectRootAggregates( rootAggregates, mappingType );
|
||||
collectRootAggregates( rootAggregates, embeddableMappingType );
|
||||
}
|
||||
else {
|
||||
rootAggregates.put( aggregateMapping.getSelectablePath(), embeddableMappingType );
|
||||
|
|
Loading…
Reference in New Issue