What are possible consequences of having method like this?
--
public Article getArticle(Key key)
{
return
pManagerFactory.getPersistenceManager().getObjectById(Article.class,
key);
}
--
Is it generally wrong? I.e. will I run out of available pManagers?
And if it is OK, for how long can I call setters on non-detached
object to have those changes propagated to data-store?
Regards
J. Záruba
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.