[appengine-java] Re: Best method to set up nested classes in Objectify

2010-05-24 Thread Jake
Hey, I'll try to answer this, but I'm not an expert - would love to hear an expert's opinion of my answer. When you say "inside", it can be a bit misleading to me. If you're talking about Embedded classes, the entire object is fetched, so that wouldn't help for #1 or #2. If you are just talking

[appengine-java] Re: Best method to set up nested classes in Objectify

2010-05-24 Thread Mike
I'm not an expert, but I believe I understand Objectify (and -- you could post the query on their group as well, the owner is very responsive and helpful). The structure would more accurately have been described as: @Entity public class A { private Long id; @Embeded private B child; } I don't