HHH-17876 Minor syntax fix in comment

This commit is contained in:
Davide D'Alto 2024-03-22 10:30:11 +01:00 committed by Christian Beikov
parent 7e7113cc45
commit 80e54a5937
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public class EntityIdentityInsertAction extends AbstractEntityInsertAction {
persister.processInsertGeneratedProperties( generatedId, instance, getState(), generatedValues, session );
}
//need to do that here rather than in the save event listener to let
//the post insert events to have a id-filled entity when IDENTITY is used (EJB3)
//the post insert events to have an id-filled entity when IDENTITY is used (EJB3)
persister.setIdentifier( instance, generatedId, session );
persistenceContext.registerInsertedKey( getPersister(), generatedId );
entityKey = session.generateEntityKey( generatedId, persister );