标签: database velocity
我在velocitydb上阅读this sample page,并想知道这些行:
public Person BestFriend { set { Update(); bestFriend = value; } }
为什么在bestFriend设置为传入值之前调用Update()?
答案 0 :(得分:1)
更新“将对象标记为正在更新,以便在提交事务中写入对象。”