Given that, in Objectify, an entity group is not defined by a class, but by an instance, and that you can create child entites with a parent Key that points to a nonexistant entity, how would you do that? (I’m looking for a simple example. The statements above are from Objectify documentation, and I’m confused.)
Share
Just create a Key with an arbitrary id. A simple example: