Hi! In one of my classes, I'm generating the "id"
@javax.jdo.annotations.DatastoreIdentity(
strategy=javax.jdo.annotations.IdGeneratorStrategy.IDENTITY,
column="id")
My question is in what way I can read or get that "id"?
How can I get it?
I hope you can help me.
Thanks in advance.
Aída
