Hi,

Right now there is no id for each UnitOfWork, and instead there is one assigned for the EntityStoreUnitOfWork by the EntityStore. I would like to change this so that the UoW has an identity assigned, that can be queried, and that this identity is then passed to the EntityStoreUnitOfWork instead. It is pretty much the same as today except the responsibility for creating the id is in the UnitOfWork instead of in the EntityStore.

The reason is that I need to be able to get the id from the UoW and assign it to events in the new EventSourcing support.

Is that ok? Any objections?

/Rickard

_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to