Querywise, there shouldn't be anything you can do with the low level
API that you can't do with Objectify (and vice-versa). The mapping is
quite thin.
Jeff
Jeff
ofy.query(Thing.class).filter("listProperty", null);
...you'll get back all Things that have a null in the list property.
Probably not what the OP wanted.
GAE does not make it easy to find the absence of things in list
properties. If there's a magic way of doing this, I don't know about
it.
Jeff
* j wants to query for entities which lack a certain value in a list
property (not possible on GAE, afaik).
* Didier is discussing how you get raw property data once you have an
entity (presumably fetched or queried for in some way).
Unless you're doing an exhaustive search through all your entities,
these are wholly unrelated.
Jeff
Jeff
Jeff
Jeff