提交语句会将会话数据恢复为之前的提交或回滚语句。
The commit statement restores the session data to the previous commit or rollback statement.
然后,框架可以在处理每个新请求之前从会话中恢复延续,采用的方法与存储用户数据一样。
The framework can then restore the continuation from the session before each new request, using the same approach that you used to store user data.
请注意:这要求更注意串行化问题,因为完成挂起后存储库会话会被恢复。
Notice that this requires that they be more aware of serialization issues, because the repository session must be restored after passivation.
应用推荐