Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hello everyone!
i tried to use WTContainerHelper.setContainer() but it work just for unpersisted contained objet.
How to update a persisted contained object?
Thanks
Are you looking for updating / persisting the object after setting container?
PersistenceServerHelper.manager.update(XXX);
i wasn't expecting that easy! thanks you!