Objectify (2.2.3) seems to not want to handle @Embedded lists of strings, although all documentation seems to say that it should be possible.
I am using Objectify to store data on Google App Engine.I want to put my data into SQL format so I can use it in an android project.Is it possible to go from Objectify to SQL?Is there a library I coul
I am attempting to parse an xml document, extracting data using lxml objectify and xpath. Here is a snip of the document:
I am trying a case where we changed a field name in our entity. we have something like this for example
I\'ve been through a few documentations, but am not able to communicate to the datastore yet...can anyone give me a sample project/code of objectify used in GWT web app(I use eclipse)...just a s开发者
I want to make a query like this \"Select name from Person where Address开发者_如何转开发=\"\" OR age=\"\" \". Is that possible in the GAE model. All things include AND closure and not OR. How can i d
I have one entity object (kind) for storing all information from user\'s \"advertisement\". It includes keys for photographs, contact information and so on.
I need to check whether a certain tag exists in an xml file. For example, I want to see if the tagexists in this snippet:
I am trying to use Objectify with a set of classes that inherit from an abstract base class: class Container {
What would be the best (i.e. most efficient) way of counting the number of objects returned by a query, w/o actually loading them, using Objectify on AppEngine? I\'m guessing the best is to 开发者_Sta