HHH-17876 Minor syntax fix in comment
This commit is contained in:
parent
7e7113cc45
commit
80e54a5937
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue