Would it make sense to add:
public Persistent localObject(Persistent source)
{
return localObject(source.getObjectId(), source)
}to DataContext and friends? We are starting to use that a bit here and it seems like it would be much simpler to me. Thanks, mrg
