In some cases, depending on the id generation strategy, temporary entity entries are created during insertion which are replaced by a new entity entry later on.
Any extra state attached in the mean time by integrators such as Hibernate OGM to those temporary entries is not propagated to the final entry. There should be a way to copy all the extra state from the temp. entry in that case.
|