Skip to content

Commit

Permalink
HHH-10289 - CPU performance regression in StatefulPersistenceContext.…
Browse files Browse the repository at this point in the history
…addEntry()
  • Loading branch information
sebersole committed Nov 18, 2015
1 parent 3d89a9d commit e752a78
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -513,8 +513,8 @@ public EntityEntry addEntry(
lockMode,
existsInDatabase,
persister,
lazyPropertiesAreUnfetched,
disableVersionIncrement,
lazyPropertiesAreUnfetched,
this
);
}
Expand Down

0 comments on commit e752a78

Please sign in to comment.