Skip to content

Commit

Permalink
HHH-19110 - Fix for issue
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
  • Loading branch information
jrenaat authored and beikov committed Feb 17, 2025
1 parent 02cea92 commit 5083511
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ else if ( y == null ) {
final Object xId = extractIdentifier( x, factory );
final Object yId = extractIdentifier( y, factory );

return getIdentifierType( factory ).compare( xId, yId );
return getIdentifierType( factory ).compare( xId, yId, factory );
}

private Object extractIdentifier(Object entity, SessionFactoryImplementor factory) {
Expand Down

0 comments on commit 5083511

Please sign in to comment.