Questions tagged [entity-groups]

19 questions
0
votes
1 answer

Parent Included in Google App Engine Entity Groups

Short question: Is the parent of an entity group included in that entity group (i.e. can a transaction affect the parent of an entity as well as the entity itself)? Thanks.
Cameron
  • 96,106
  • 25
  • 196
  • 225
0
votes
2 answers

GAE Datastore Contention Issue

Our GAE app makes a local copy of another website's relational database in the NDB. There are 4 entity types - User, Table, Row, Field. Each user has a bunch of tables, each table has a bunch of rows, each row has a bunch of fields. SomeUser >…
Neil
  • 3,100
  • 5
  • 29
  • 36
0
votes
4 answers

How to create entities in one Entity group?

I am building an app based on google app engine (Java) using JDO for persistence. Can someone give me an example or a point me to some code which shows persisting of multiple entities (of same type) using…
Gopi
  • 10,073
  • 4
  • 31
  • 45
-3
votes
1 answer

Datastore entity for post comment

I am making a simple app where one can post any thing and anyone can comment on that post. Do I need to create an entity group making every post as parent and comments as children?If I am wrong how to model the data having post and comment as…
1
2