Datanucleus JDO Retrieve newly generated primary key
Posted
by DrDro
on Stack Overflow
See other posts from Stack Overflow
or by DrDro
Published on 2010-06-11T08:27:44Z
Indexed on
2010/06/11
13:42 UTC
Read the original article
Hit count: 290
I am using datanucleus and jdo in a GWT project. How can I retrieve the generated primary key after adding an element to the database with makePersistent()
© Stack Overflow or respective owner