Hey,In UnitOfWork, since there is no longer any "getReference" (as all EntityInstance has to have an EntityState), it doesn't make sense to let the remaining method be "find", so I have renamed it to "get". In other words:
UnitOfWork uow = ...;
Developer developer = uow.get("123", Developer.class);
...
/Rickard
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

