Hi, I´ve got a big problem. I want to use an object in different threads and I don´t find anything in the documentation. I want to create the object in thread1 (and modify and save it) and I want to modify it in thread2 also. How can I do this whith an Entity? |