mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 00:55:16 +00:00
HHH-17876 Minor syntax fix in comment
This commit is contained in:
parent
7e7113cc45
commit
80e54a5937
@ -99,7 +99,7 @@ public void execute() throws HibernateException {
|
||||
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…
x
Reference in New Issue
Block a user