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 02cea92 commit 5083511Copy full SHA for 5083511
hibernate-core/src/main/java/org/hibernate/type/EntityType.java
@@ -277,7 +277,7 @@ else if ( y == null ) {
277
final Object xId = extractIdentifier( x, factory );
278
final Object yId = extractIdentifier( y, factory );
279
280
- return getIdentifierType( factory ).compare( xId, yId );
+ return getIdentifierType( factory ).compare( xId, yId, factory );
281
}
282
283
private Object extractIdentifier(Object entity, SessionFactoryImplementor factory) {
0 commit comments