We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734f46f commit d4ec549Copy full SHA for d4ec549
hibernate-core/src/main/java/org/hibernate/type/EntityType.java
@@ -275,7 +275,7 @@ else if ( y == null ) {
275
final Object xId = extractIdentifier( x, factory );
276
final Object yId = extractIdentifier( y, factory );
277
return getIdentifierType( factory.getRuntimeMetamodels() )
278
- .compare( xId, yId );
+ .compare( xId, yId, factory );
279
}
280
281
0 commit comments