Get a list of persistent objects stored in database

纵饮孤独 提交于 2020-01-02 20:26:07

问题


I should insert a list of objects in a database using a workflow for each object, the inserting process could take several time and waiting for some external input so I have to save persistent state in db, and it works correctly.

Now I need to show pending objects in my user interface, how can I retrieve variables of stored data??

Thank you, Marco


回答1:


See How to: Deserialize Instance Data Properties



来源:https://stackoverflow.com/questions/7530839/get-a-list-of-persistent-objects-stored-in-database

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!