How to create entities in one Entity group ?
Posted
by Gopi
on Stack Overflow
See other posts from Stack Overflow
or by Gopi
Published on 2010-02-02T16:36:20Z
Indexed on
2010/06/14
16:22 UTC
Read the original article
Hit count: 262
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 javax.jdo.PersistenceManager.makePersistentAll() within a transaction.
Basically I need to understand how to put multiple entites in one Entity Group so that they can be saved using makePersistentAll() inside transaction.
© Stack Overflow or respective owner