Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用休眠构建一个向导。我想在向导开始时初始化会话并在向导结束时提交它。该向导由几页组成,我想继续从一页到下一页构建对象。我的对象很复杂,由许多连接组成。
到目前为止,我尝试的一切都失败了,在我准备好提交之前,我不想获得真实的身份。有人知道怎么做这个吗。如果是这样,您能否提供代码示例。