Hi Brandon, I use both Objectify and low-level access. Objectify for most "fixed-field" entities, and low-level for small entities (for session, as i override GAE's Java session) and entities where it can have 30+ fields but only 5+ filled in average (but need to store them in 1 entity since people often query them together).
On Monday, 23 July 2012 11:29:15 UTC+8, Brandon Wirtz wrote: > > Thomas, > > > > How do you access the datastore? > > > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/oYYMWhDXEIMJ. 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?hl=en.
